Passed
Push — master ( 870ab6...694005 )
by Brian
01:29
created
src/Css/Stylesheet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1556,7 +1556,7 @@
 block discarded – undo
1556 1556
     {
1557 1557
         $descriptors = $this->_parse_properties($str);
1558 1558
 
1559
-        preg_match_all("/" . self::PATTERN_CSS_LOCAL_FN  . "|" . self::PATTERN_CSS_URL_FN . "\s*(?<FORMAT>format\s*\((?<FORMAT_VALUE>collection|embedded-opentype|opentype|svg|truetype|woff|woff2|" . self::PATTERN_CSS_STRING . ")\))?/i", $descriptors->src, $sources, PREG_SET_ORDER);
1559
+        preg_match_all("/" . self::PATTERN_CSS_LOCAL_FN . "|" . self::PATTERN_CSS_URL_FN . "\s*(?<FORMAT>format\s*\((?<FORMAT_VALUE>collection|embedded-opentype|opentype|svg|truetype|woff|woff2|" . self::PATTERN_CSS_STRING . ")\))?/i", $descriptors->src, $sources, PREG_SET_ORDER);
1560 1560
 
1561 1561
         $valid_sources = [];
1562 1562
         foreach ($sources as $source) {
Please login to merge, or discard this patch.