diff options
author | Taavi Väänänen <hi@taavi.wtf> | 2024-04-22 13:32:09 +0300 |
---|---|---|
committer | Taavi Väänänen <hi@taavi.wtf> | 2024-04-22 18:26:14 +0300 |
commit | ed7e787f32e1567c620b3fa9aa57c5e263014550 (patch) | |
tree | b9c84cc42a9781cc3d79f7df8bae4104fd531829 /includes/cache | |
parent | 17e5741710545e5e6234cf7749fc567185d545f1 (diff) | |
download | mediawikicore-ed7e787f32e1567c620b3fa9aa57c5e263014550.tar.gz mediawikicore-ed7e787f32e1567c620b3fa9aa57c5e263014550.zip |
Ignore/fix MediaWiki.Commenting.PropertyDocumentation.WrongStyle
Fix the real issues found by this sniff, and convert the remaining
false positive ignores to per-line ignores so that any more real issues
won't be added.
Change-Id: I18e75d59df327e2d93a3a487c115e92b9f268722
Diffstat (limited to 'includes/cache')
-rw-r--r-- | includes/cache/GenderCache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/cache/GenderCache.php b/includes/cache/GenderCache.php index 69cb57599745..52e79d465537 100644 --- a/includes/cache/GenderCache.php +++ b/includes/cache/GenderCache.php @@ -43,7 +43,7 @@ class GenderCache { protected $cache = []; protected $default = null; protected $misses = 0; - /* @internal Exposed for MediaWiki core unit tests. */ + /** @internal Exposed for MediaWiki core unit tests. */ protected $missLimit = 1000; private NamespaceInfo $nsInfo; |