Completed
Push — master ( 76d833...1936b9 )
by
unknown
05:56
created
src/Charcoal/Translation/Script/CatalogScript.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -674,7 +674,7 @@
 block discarded – undo
674 674
                     'longPrefix'   => 'max-depth',
675 675
                     'castTo'       => 'int',
676 676
                     'description'  => 'Descend at most the given number of levels of directories. '.
677
-                                      'A negative value means no limit.',
677
+                                        'A negative value means no limit.',
678 678
                     'defaultValue' => static::DEFAULT_MAX_DEPTH,
679 679
                     'prompt'       => 'Scan Depth (of directories)',
680 680
                     'acceptValue'  => function ($response) {
Please login to merge, or discard this patch.