Completed
Branch master (380b55)
by Ahmed Mohamed Abd El
04:25
created
src/Routes/Collection.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
     /**
127 127
      * Get an option value either from console input, or the config files.
128 128
      *
129
-     * @param $key
129
+     * @param string $key
130 130
      *
131 131
      * @return array|mixed|string
132 132
      */
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Te7aHoudini\Laroute\Console\Commands;
4 4
 
5
-use Te7aHoudini\Laroute\Routes\Collection as Routes;
6 5
 use Te7aHoudini\Laroute\Generators\GeneratorInterface as Generator;
6
+use Te7aHoudini\Laroute\Routes\Collection as Routes;
7 7
 
8 8
 use Illuminate\Config\Repository as Config;
9 9
 use Illuminate\Console\Command;
Please login to merge, or discard this patch.