Passed
Push — master ( 28756c...9f9dc7 )
by Timm
01:55
created
src/Stefaminator/Cli/Cmd.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
         $r = [];
154 154
         if ($this->optionResult !== null) {
155 155
             $keys = array_keys($this->optionResult->keys);
156
-            foreach($keys as $key) {
156
+            foreach ($keys as $key) {
157 157
                 $r[$key] = $this->getProvidedOption($key);
158 158
             }
159 159
         }
Please login to merge, or discard this patch.