Completed
Pull Request — master (#11)
by
unknown
14:45
created
src/Console/Commands/AbstractInitializeCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     /**
14 14
      * Execute the console command.
15 15
      *
16
-     * @return void
16
+     * @return integer
17 17
      */
18 18
     public function handle(Container $container)
19 19
     {
Please login to merge, or discard this patch.
src/Console/Commands/InstallCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     /**
24 24
      * Create a new command instance.
25 25
      *
26
-     * @param  Illuminate\Contracts\Container\Container  $container
26
+     * @param  Container  $container
27 27
      * @return void
28 28
      */
29 29
     public function __construct(Container $container)
Please login to merge, or discard this patch.
src/Console/Commands/UpdateCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     /**
24 24
      * Create a new command instance.
25 25
      *
26
-     * @param  Illuminate\Contracts\Container\Container  $container
26
+     * @param  Container  $container
27 27
      * @return void
28 28
      */
29 29
     public function __construct(Container $container)
Please login to merge, or discard this patch.