We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839a44b commit 702b4e5Copy full SHA for 702b4e5
src/Token.php
@@ -1,7 +1,6 @@
1
<?php
2
namespace Authwave;
3
4
-use Authwave\Test\MalformedReponseDataException;
5
use JsonException;
6
7
class Token {
test/phpunit/AuthenticatorTest.php
@@ -10,8 +10,6 @@
10
use Authwave\SessionNotStartedException;
11
use Authwave\Token;
12
use Authwave\UserData;
13
-use Gt\Session\Session;
14
-use PHPUnit\Framework\MockObject\MockObject;
15
use PHPUnit\Framework\TestCase;
16
use Psr\Http\Message\UriInterface;
17
0 commit comments