Remove some references to skins/common/ in comments
[lhc/web/wiklou.git] / includes / normal / UtfNormalTest2.php
index c180f29..53e68c2 100644 (file)
@@ -106,7 +106,10 @@ assert_options( ASSERT_QUIET_EVAL, 1 );
 assert_options( ASSERT_CALLBACK, 'my_assert' );
 
 function my_assert( $file, $line, $code ) {
+       // @codingStandardsIgnoreStart MediaWiki.NamingConventions.ValidGlobalName.wgPrefix
        global $col, $lineNo;
+       // @codingStandardsIgnoreEnd
+
        echo "Assertion that '$code' failed on line $lineNo ($col[5])\n";
 }