mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PageImages
synced 2024-11-30 19:16:01 +00:00
4fee70fc1f
* Do not "return true" in hook handlers. I was told it's good practice to either return false on failure, or nothing/null. * Remove "static" from method that does not need to be static. * Make some type hints more specific. * Add missing imports. I wonder how this can work without the imports. My PHPStorm complains. Change-Id: Ia0e980ff99f0e004d700b22dd07ff17f04bed4ec |
||
---|---|---|
.. | ||
ApiQueryPageImages.php | ||
LinksUpdateHookHandler.php | ||
PageImages.php | ||
ParserFileProcessingHookHandlers.php |