@@ -105,7 +105,7 @@ |
||
105 | 105 | |
106 | 106 | // do we have a match? |
107 | 107 | foreach (self::$osTypes as $regex => $type) { |
108 | - $matches=[]; |
|
108 | + $matches = []; |
|
109 | 109 | if (!preg_match($regex, $fileContents, $matches)) { |
110 | 110 | continue; |
111 | 111 | } |
@@ -105,7 +105,7 @@ |
||
105 | 105 | |
106 | 106 | // do we have a match? |
107 | 107 | foreach (self::$osTypes as $regex => $type) { |
108 | - $matches=[]; |
|
108 | + $matches = []; |
|
109 | 109 | if (!preg_match($regex, $fileContents, $matches)) { |
110 | 110 | continue; |
111 | 111 | } |