Completed
Pull Request — develop (#17)
by Christoffer
04:40 queued 02:12
created
src/Eloquent/Storages/RefreshTokenStorage.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 Nord\Lumen\OAuth2\Eloquent\Storages;
2 2
 
3 3
 use Carbon\Carbon;
4
-use Illuminate\Support\Facades\Log;
5 4
 use League\OAuth2\Server\Entity\RefreshTokenEntity;
6 5
 use League\OAuth2\Server\Storage\RefreshTokenInterface;
7 6
 use Nord\Lumen\OAuth2\Eloquent\Models\AccessToken;
Please login to merge, or discard this patch.
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.