Merge "Show protection log on creation-protected pages"
[lhc/web/wiklou.git] / includes / libs / CSSMin.php
index 4c672f4..cd80066 100644 (file)
@@ -384,6 +384,9 @@ class CSSMin {
                return false;
        }
 
+       /**
+        * @codeCoverageIgnore
+        */
        private static function getUrlRegex() {
                static $urlRegex;
                if ( $urlRegex === null ) {