Completed
Push — master ( b0ce5b...9b00eb )
by Lars
02:29
created
src/Specificity.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -112,9 +112,9 @@
 block discarded – undo
112 112
                       )";
113 113
 
114 114
         return new static(
115
-            (int)\preg_match_all("/{$pattern_a}/ix", $selector, $matches),
116
-            (int)\preg_match_all("/{$pattern_b}/ix", $selector, $matches),
117
-            (int)\preg_match_all("/{$pattern_c}/ix", $selector, $matches)
115
+            (int) \preg_match_all("/{$pattern_a}/ix", $selector, $matches),
116
+            (int) \preg_match_all("/{$pattern_b}/ix", $selector, $matches),
117
+            (int) \preg_match_all("/{$pattern_c}/ix", $selector, $matches)
118 118
         );
119 119
     }
120 120
 
Please login to merge, or discard this patch.