@@ -129,7 +129,7 @@ |
||
129 | 129 | */ |
130 | 130 | private static function matchTypeToRegex($type, $regex, $fileContents) |
131 | 131 | { |
132 | - $matches=[]; |
|
132 | + $matches = []; |
|
133 | 133 | if (!preg_match($regex, $fileContents, $matches)) { |
134 | 134 | return null; |
135 | 135 | } |
@@ -126,7 +126,7 @@ |
||
126 | 126 | */ |
127 | 127 | private static function matchTypeToRegex($type, $regex, $fileContents) |
128 | 128 | { |
129 | - $matches=[]; |
|
129 | + $matches = []; |
|
130 | 130 | if (!preg_match($regex, $fileContents, $matches)) { |
131 | 131 | return null; |
132 | 132 | } |