Skip to content

Commit 086ff76

Browse files
author
Greg Bowler
committed
Tidy up code style
1 parent 8a65685 commit 086ff76

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

src/AuthUri.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
namespace Authwave;
33

44
use Gt\Http\Uri;
5-
use Psr\Http\Message\UriInterface;
65

76
class AuthUri extends Uri {
87
const DEFAULT_BASE_URI = "login.authwave.com";

test/phpunit/AuthUriTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function testAuthUriHttps() {
2222
);
2323
}
2424

25-
// All AuthUris MUST be served over HTTPS, with the one exception of localhost.
25+
// All AuthUris MUST be served over HTTPS, with the one exception of localhost.
2626
// But it should still default to HTTPS on localhost.
2727
public function testGetAuthUriHostnameLocalhostHttpsByDefault() {
2828
$token = self::createMock(Token::class);

test/phpunit/AuthenticatorTest.php

-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33

44
use Authwave\Authenticator;
55
use Authwave\AuthUri;
6-
use Authwave\GlobalSessionContainer;
76
use Authwave\RedirectHandler;
87
use Authwave\SessionData;
98
use Authwave\SessionNotStartedException;
10-
use Authwave\Test\Helper\TestRedirectHandler;
119
use Authwave\UserData;
1210
use PHPUnit\Framework\TestCase;
1311
use Psr\Http\Message\UriInterface;

0 commit comments

Comments
 (0)