Completed
Pull Request — master (#72)
by
unknown
01:33
created
lumen-test/tests/_support/_generated/AcceptanceTesterActions.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 // You should not change it manually as it will be overwritten on next build
6 6
 // @codingStandardsIgnoreFile
7 7
 
8
-use Helper\Acceptance;
9 8
 use Codeception\Module\Cli;
10 9
 use Codeception\Module\Filesystem;
11 10
 
Please login to merge, or discard this patch.
lumen-test/tests/_support/_generated/UnitTesterActions.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 // @codingStandardsIgnoreFile
7 7
 
8 8
 use Codeception\Module\Asserts;
9
-use Helper\Unit;
10 9
 
11 10
 trait UnitTesterActions
12 11
 {
Please login to merge, or discard this patch.
lumen-test/tests/_support/_generated/FunctionalTesterActions.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@
 block discarded – undo
5 5
 // You should not change it manually as it will be overwritten on next build
6 6
 // @codingStandardsIgnoreFile
7 7
 
8
-use Helper\Functional;
9
-
10 8
 trait FunctionalTesterActions
11 9
 {
12 10
     /**
Please login to merge, or discard this patch.
src/Commands/ControllerCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php namespace Wn\Generators\Commands;
2 2
 
3 3
 
4
-use InvalidArgumentException;
5
-
6 4
 class ControllerCommand extends BaseCommand {
7 5
 
8 6
 	protected $signature = 'wn:controller
Please login to merge, or discard this patch.
src/Commands/RouteCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php namespace Wn\Generators\Commands;
2 2
 
3 3
 
4
-use InvalidArgumentException;
5
-
6 4
 class RouteCommand extends BaseCommand {
7 5
 
8 6
 	protected $signature = 'wn:route
Please login to merge, or discard this patch.
src/Commands/ResourceCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php namespace Wn\Generators\Commands;
2 2
 
3 3
 
4
-use InvalidArgumentException;
5 4
 use Illuminate\Support\Str;
6 5
 
7 6
 class ResourceCommand extends BaseCommand {
Please login to merge, or discard this patch.
src/Commands/ResourcesCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php namespace Wn\Generators\Commands;
2 2
 
3
-use InvalidArgumentException;
4 3
 use Symfony\Component\Yaml\Yaml;
5 4
 use Illuminate\Support\Str;
6 5
 
Please login to merge, or discard this patch.