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