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