Skip to content

Commit 702b4e5

Browse files
author
Greg Bowler
committed
Tidy up imports
1 parent 839a44b commit 702b4e5

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Token.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22
namespace Authwave;
33

4-
use Authwave\Test\MalformedReponseDataException;
54
use JsonException;
65

76
class Token {

test/phpunit/AuthenticatorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
use Authwave\SessionNotStartedException;
1111
use Authwave\Token;
1212
use Authwave\UserData;
13-
use Gt\Session\Session;
14-
use PHPUnit\Framework\MockObject\MockObject;
1513
use PHPUnit\Framework\TestCase;
1614
use Psr\Http\Message\UriInterface;
1715

0 commit comments

Comments
 (0)