wiki.techinc.nl/tests/phpunit/integration/includes/block
Bartosz Dziewoński 13289a1269 Use real type hints for services etc. in includes/block/
Mostly used find-and-replace:

Find:
/\*[\*\s]+@var (I?[A-Z](\w+)(?:Interface)?)[\s\*]+/\s*(private|protected|public) (\$[a-z]\w+;\n)((?=\s*/\*[\*\s]+@var (I?[A-Z](\w+)(?:Interface)?))\n|)
Replace with:
\3 \1 \4

More could be done, but to keep this patch reasonably sized, I only
changed the most obvious and unambiguously correct cases.

In some cases, I also removed redundant doc comments on the
constructor, and re-ordered the properties to match the constructor.

Change-Id: I819ed771c915293663856c577a481d607b76ed80
2024-07-31 08:54:31 +00:00
..
BlockPermissionCheckerTest.php Stop using nonexistent DatabaseBlock constructor options 2023-11-06 12:03:51 +11:00
BlockUserTest.php Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00
DatabaseBlockStoreTest.php Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00
UnblockUserTest.php Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00