summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Babel/includes/BabelStatic.php')
-rw-r--r--MLEB/Babel/includes/BabelStatic.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/MLEB/Babel/includes/BabelStatic.php b/MLEB/Babel/includes/BabelStatic.php
index 62283ef6..b4178594 100644
--- a/MLEB/Babel/includes/BabelStatic.php
+++ b/MLEB/Babel/includes/BabelStatic.php
@@ -15,13 +15,9 @@ class BabelStatic {
* Registers the parser function hook.
*
* @param Parser $parser
- *
- * @return bool True.
*/
- public static function onParserFirstCallInit( $parser ) {
+ public static function onParserFirstCallInit( Parser $parser ) {
$parser->setFunctionHook( 'babel', [ 'Babel', 'Render' ] );
-
- return true;
}
/**