Completed
Pull Request — master (#29)
by Greg
02:20
created
src/Parser/CommandInfo.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -391,8 +391,7 @@
 block discarded – undo
391 391
             if (!$this->isAssoc($defaultValue)) {
392 392
                 $result->setDefaultValue($param->name, $defaultValue);
393 393
             }
394
-        }
395
-        elseif ($param->isArray()) {
394
+        } elseif ($param->isArray()) {
396 395
             $result->setDefaultValue($param->name, []);
397 396
         }
398 397
     }
Please login to merge, or discard this patch.