Completed
Push — develop ( b0c1cf...96d23e )
by Christoffer
05:18
created
src/OAuth2ServiceProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Nord\Lumen\OAuth2\Exceptions\InvalidArgument;
10 10
 use Illuminate\Config\Repository as ConfigRepository;
11 11
 use Illuminate\Support\ServiceProvider;
12
-use Laravel\Lumen\Application;
13 12
 use League\OAuth2\Server\AuthorizationServer;
14 13
 use League\OAuth2\Server\Grant\PasswordGrant;
15 14
 use League\OAuth2\Server\ResourceServer;
Please login to merge, or discard this patch.
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.