Completed
Push — develop ( 3ec4f3...f58326 )
by Stuart
02:33
created
src/OsType/ValueBuilders/BuildTypeFromEtcRedhatRelease.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.
src/OsType/ValueBuilders/BuildTypeFromEtcIssue.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.