wiki.techinc.nl/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
..
Hook Namespace User under \MediaWiki\User 2023-09-19 19:18:16 +00:00
Restriction Blocks documentation review 2023-09-06 13:48:07 +10:00
AbstractBlock.php Block: Drop AbstractBlock::getPermissionsError 2024-05-04 18:22:03 +03:00
AutoblockExemptionList.php AutoblockExemptionList: inject and use a text formatter 2023-11-03 18:20:54 +00:00
Block.php Multiblocks preparation in User::getBlock(), PermissionManager and BlockManager 2023-10-20 10:07:50 +11:00
BlockActionInfo.php Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00
BlockCache.php Add cache to BlockManager 2023-10-12 13:42:58 +11:00
BlockCacheEntry.php block: Add type hints 2023-10-16 08:31:24 -04:00
BlockCacheKey.php Add "implements Stringable" to every class with "function __toString()" 2024-06-13 00:23:39 +00:00
BlockErrorFormatter.php Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
BlockManager.php Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00
BlockPermissionChecker.php Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00
BlockPermissionCheckerFactory.php Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00
BlockRestrictionStore.php Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00
BlockRestrictionStoreFactory.php Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00
BlockUser.php Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00
BlockUserFactory.php
BlockUtils.php Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00
BlockUtilsFactory.php Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00
CompositeBlock.php Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
DatabaseBlock.php block: Deprecate and stop using $wgBlockTargetMigrationStage 2024-05-10 15:54:17 +10:00
DatabaseBlockStore.php Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00
DatabaseBlockStoreFactory.php Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00
HideUserUtils.php block: Deprecate and stop using $wgBlockTargetMigrationStage 2024-05-10 15:54:17 +10:00
SystemBlock.php Undeprecate SystemBlock 2023-09-06 13:52:12 +10:00
UnblockUser.php Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00
UnblockUserFactory.php
UserBlockCommandFactory.php Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00