Skip to content

Commit

Permalink
Apply fixes from StyleCI (#2211)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
tymondesigns authored Feb 14, 2023
1 parent a9e0570 commit 77dae6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/AbstractTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

namespace Tymon\JWTAuth\Test;

use Mockery;
use Carbon\Carbon;
use Mockery;
use PHPUnit\Framework\TestCase;

abstract class AbstractTestCase extends TestCase
Expand Down
6 changes: 3 additions & 3 deletions tests/Providers/JWT/LcobucciTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
namespace Tymon\JWTAuth\Test\Providers\JWT;

use Illuminate\Support\Str;
use Tymon\JWTAuth\Test\AbstractTestCase;
use Tymon\JWTAuth\Providers\JWT\Lcobucci;
use Tymon\JWTAuth\Providers\JWT\Provider;
use Tymon\JWTAuth\Exceptions\JWTException;
use Tymon\JWTAuth\Exceptions\TokenInvalidException;
use Tymon\JWTAuth\Providers\JWT\Lcobucci;
use Tymon\JWTAuth\Providers\JWT\Provider;
use Tymon\JWTAuth\Test\AbstractTestCase;

class LcobucciTest extends AbstractTestCase
{
Expand Down

0 comments on commit 77dae6c

Please sign in to comment.