Completed
Pull Request — master (#11)
by
unknown
02:36
created
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.