Passed
Pull Request — develop (#84)
by Sam
02:16
created
src/Console/ApplyMigrationCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      */
26 26
     protected $signature = 'elastic:migrations:migrate 
27 27
                             { config : The path to the index configuration file } 
28
-                            { --batchSize=' . self::DEFAULT_BATCH_SIZE . ' : The number of documents to handle per batch while re-indexing }
28
+                            { --batchSize=' . self::DEFAULT_BATCH_SIZE.' : The number of documents to handle per batch while re-indexing }
29 29
                             { --updateAllTypes : Forces update across all types }';
30 30
 
31 31
     /**
Please login to merge, or discard this patch.