mediawiki-extensions-TextEx.../includes
Thiemo Kreuz 60cd40b975 Remove not needed count() and "return true" from hook handlers
This patch fixes two styls issues I could not separate:

* Hook handler functions do not need to return true. This is the default
anyway, and meaningless.

* Counting is possibly expensive and not needed when all we need to know
is if an array is empty or not.

Change-Id: I460776c981638806a606d9bf88fc8579d6da8c0e
2018-06-28 20:45:20 +02:00
..
ApiQueryExtracts.php Remove not needed count() and "return true" from hook handlers 2018-06-28 20:45:20 +02:00
ExtractFormatter.php Re-enable MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic sniff 2017-11-30 15:31:55 -05:00
Hooks.php Remove not needed count() and "return true" from hook handlers 2018-06-28 20:45:20 +02:00