Completed
Pull Request — master (#1183)
by
unknown
01:40
created
src/Commands/MigrateCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     /**
33 33
      * Execute the console command.
34 34
      *
35
-     * @return mixed
35
+     * @return integer
36 36
      */
37 37
     public function handle() : int
38 38
     {
Please login to merge, or discard this patch.
src/Commands/MigrateStatusCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     /**
33 33
      * Execute the console command.
34 34
      *
35
-     * @return mixed
35
+     * @return integer
36 36
      */
37 37
     public function handle() : int
38 38
     {
Please login to merge, or discard this patch.