wiki.techinc.nl/includes/block
Umherirrender 6ea3d6ac2c Add explicit casts between scalar types
php internal functions like floor/round/ceil documented to return
float, most cases the result is used as int, added casts

Found by phan strict checks

Change-Id: I92daeb0f7be8a0566fd9258f66ed3aced9a7b792
2022-03-08 16:59:01 +00:00
..
Hook
Restriction Fix typos in comments (A-B) 2021-12-26 16:43:47 +05:30
AbstractBlock.php Make Block objects aware of which wiki they belong to 2022-01-17 21:49:20 +01:00
Block.php Make Block objects aware of which wiki they belong to 2022-01-17 21:49:20 +01:00
BlockActionInfo.php
BlockErrorFormatter.php
BlockManager.php block: Replace DateTime::createFromFormat by wfTimestamp 2022-02-18 23:03:26 +01:00
BlockPermissionChecker.php
BlockPermissionCheckerFactory.php
BlockRestrictionStore.php Deprecate passing a db to BlockRestrictionStore::loadByBlockId() 2022-01-25 23:40:46 +01:00
BlockRestrictionStoreFactory.php Introduce a BlockRestrictionStoreFactory 2022-01-24 20:17:40 +01:00
BlockUser.php block: Avoid use of null block id and blocker 2022-02-26 10:35:10 +01:00
BlockUserFactory.php Remove some more comments that literally repeat the code 2021-12-09 19:01:36 +01:00
BlockUtils.php block: Pass int to explode and cast range in BlockUtils::validateTarget 2022-02-18 22:56:36 +01:00
CompositeBlock.php Make Block objects aware of which wiki they belong to 2022-01-17 21:49:20 +01:00
DatabaseBlock.php Add explicit casts between scalar types 2022-03-08 16:59:01 +00:00
DatabaseBlockStore.php block: Use $wgUpdateRowsPerQuery for purgeExpiredBlocks() 2022-03-04 22:40:53 +00:00
SystemBlock.php Make Block objects aware of which wiki they belong to 2022-01-17 21:49:20 +01:00
UnblockUser.php Remove or replace usages of "sanity" 2021-11-19 23:19:42 +00:00
UnblockUserFactory.php
UserBlockCommandFactory.php Remove some more comments that literally repeat the code 2021-12-09 19:01:36 +01:00