Merge "Remove @return bool from hooks that don't return anything"

This commit is contained in:
jenkins-bot 2018-04-19 23:24:04 +00:00 committed by Gerrit Code Review
commit 8bd72dc871
1 changed files with 0 additions and 3 deletions

View File

@ -33,7 +33,6 @@ class MinervaHooks {
* Extension:MobileFrontend/MobileFrontendFeaturesRegistration
*
* @param MobileFrontend\Features\FeaturesManager $featureManager
* @return bool
*/
public static function onMobileFrontendFeaturesRegistration( $featureManager ) {
$config = MediaWikiServices::getInstance()->getConfigFactory()
@ -76,7 +75,6 @@ class MinervaHooks {
*
* @param array &$testModules
* @param ResourceLoader &$resourceLoader
* @return bool
*/
public static function onResourceLoaderTestModules( array &$testModules,
ResourceLoader &$resourceLoader
@ -114,7 +112,6 @@ class MinervaHooks {
*
* @param SpecialPage $special
* @param string $subpage
* @return bool
*/
public static function onSpecialPageBeforeExecute( SpecialPage $special, $subpage ) {
$name = $special->getName();