@@ -112,9 +112,9 @@ |
||
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 |