Merge "Introduce ContentGetParserOutput hook"
[lhc/web/wiklou.git] / includes / parser / Parser_DiffTest.php
index f25340f..920b6f6 100644 (file)
@@ -122,13 +122,13 @@ class Parser_DiffTest
 
        function setFunctionHook( $id, $callback, $flags = 0 ) {
                $this->init();
-               foreach  ( $this->parsers as $parser ) {
+               foreach ( $this->parsers as $parser ) {
                        $parser->setFunctionHook( $id, $callback, $flags );
                }
        }
 
        /**
-        * @param $parser Parser
+        * @param Parser $parser
         * @return bool
         */
        function onClearState( &$parser ) {