Completed
Push — master ( 599242...113db7 )
by Joao
03:05
created
src/Commands/SetupCommand.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,9 +1,6 @@
 block discarded – undo
1 1
 <?php namespace jlourenco\support\Commands;
2 2
 
3 3
 use Illuminate\Console\Command;
4
-use Symfony\Component\Console\Input\InputOption;
5
-use Symfony\Component\Console\Input\InputArgument;
6
-use File;
7 4
 
8 5
 class SetupCommand extends Command {
9 6
 
Please login to merge, or discard this patch.
src/supportServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     /**
67 67
      * Get the services provided by the provider.
68 68
      *
69
-     * @return array
69
+     * @return string[]
70 70
      */
71 71
     public function provides()
72 72
     {
Please login to merge, or discard this patch.