X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2FCSSMin.php;h=cd80066558ed09b3efdf2f70716895515fe92788;hb=af1eb78810933b67e332b6887f89722215b55fd1;hp=4c672f4644de2029026b49b4d1cfa67269ac28a5;hpb=7f000f86812f83c12e785a0f6092ee08337c663f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/CSSMin.php b/includes/libs/CSSMin.php index 4c672f4644..cd80066558 100644 --- a/includes/libs/CSSMin.php +++ b/includes/libs/CSSMin.php @@ -384,6 +384,9 @@ class CSSMin { return false; } + /** + * @codeCoverageIgnore + */ private static function getUrlRegex() { static $urlRegex; if ( $urlRegex === null ) {