Completed
Branch master (dc3639)
by
unknown
01:23
created
src/GherkinParam.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
       } elseif (is_array($arg)) {
161 161
         foreach ($arg as $k => $v) {
162 162
           if (is_string($v)) {
163
-             $args[$index][$k] = $this->getValueFromParam($v);
163
+              $args[$index][$k] = $this->getValueFromParam($v);
164 164
           }
165 165
         }
166 166
       }
Please login to merge, or discard this patch.