mediawiki-extensions-PageIm.../includes
Thiemo Mättig 4fee70fc1f Remove not needed "return true" from hook handlers
* 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
2016-03-07 12:07:06 +01:00
..
ApiQueryPageImages.php Remove not needed "return true" from hook handlers 2016-03-07 12:07:06 +01:00
LinksUpdateHookHandler.php Remove not needed "return true" from hook handlers 2016-03-07 12:07:06 +01:00
PageImages.php Remove not needed "return true" from hook handlers 2016-03-07 12:07:06 +01:00
ParserFileProcessingHookHandlers.php Remove not needed "return true" from hook handlers 2016-03-07 12:07:06 +01:00