X-Git-Url: https://git.cyclocoop.org/admin/?a=blobdiff_plain;f=includes%2Fdebug%2FMWDebug.php;h=012837fdcda2a9b38aefb1b916194d468e27c2ed;hb=29c6ce7a9e3e78c9a93312a6284993c0d5916b40;hp=dde678fc45f3f3259e60ea7f9d0e61758de808ee;hpb=ce079cf6ad79ca8d3360817f809b219d166f9153;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/debug/MWDebug.php b/includes/debug/MWDebug.php index dde678fc45..012837fdcd 100644 --- a/includes/debug/MWDebug.php +++ b/includes/debug/MWDebug.php @@ -147,8 +147,6 @@ class MWDebug { * @param string $log 'production' will always trigger a php error, 'auto' * will trigger an error if $wgDevelopmentWarnings is true, and 'debug' * will only write to the debug log(s). - * - * @return mixed */ public static function warning( $msg, $callerOffset = 1, $level = E_USER_NOTICE, $log = 'auto' ) { global $wgDevelopmentWarnings; @@ -372,7 +370,7 @@ class MWDebug { | [\xF0-\xF4](?![\x80-\xBF]{3}) # Invalid UTF-8 Sequence Start | (?<=[\x0-\x7F\xF5-\xFF])[\x80-\xBF] # Invalid UTF-8 Sequence Middle | (?