Passed
Push — master ( 9f1414...ee9705 )
by Christopher
01:27 queued 10s
created
src/Console/Commands/ImportFileMigrations.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,8 +44,8 @@
 block discarded – undo
44 44
      */
45 45
     public function handle()
46 46
     {
47
-        $migration = (string)$this->argument('migration');
48
-        $filePathSelector = (string)$this->argument('filePath');
47
+        $migration = (string) $this->argument('migration');
48
+        $filePathSelector = (string) $this->argument('filePath');
49 49
         
50 50
         $filePath = config('triadev-elasticsearch-migration.filePath');
51 51
         if (!array_has($filePath, $filePathSelector)) {
Please login to merge, or discard this patch.