Merge "Update docs in CdbPHP.php"
[lhc/web/wiklou.git] / includes / parser / CoreTagHooks.php
index 296be66..a2eb698 100644 (file)
@@ -72,11 +72,12 @@ class CoreTagHooks {
         * @param $content string
         * @param $attributes array
         * @param $parser Parser
+        * @throws MWException
         * @return array
         */
        static function html( $content, $attributes, $parser ) {
                global $wgRawHtml;
-               if( $wgRawHtml ) {
+               if ( $wgRawHtml ) {
                        return array( $content, 'markerType' => 'nowiki' );
                } else {
                        throw new MWException( '<html> extension tag encountered unexpectedly' );