Skip to content

Commit 75ad8e3

Browse files
committed
Fix CS.
1 parent 4cc012b commit 75ad8e3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

tests/TestCase/Authenticator/HttpBasicAuthenticatorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ class HttpBasicAuthenticatorTest extends TestCase
3838
];
3939

4040
/**
41-
* @var \Authentication\IdentifierCollection
41+
* @var \Authentication\Identifier\IdentifierCollection
4242
*/
4343
protected $identifiers;
4444

4545
/**
46-
* @var \Autnentication\Authenticator\HttpBasicAuthenticator
46+
* @var \Authentication\Authenticator\HttpBasicAuthenticator
4747
*/
4848
protected $auth;
4949

tests/TestCase/Authenticator/HttpDigestAuthenticatorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ class HttpDigestAuthenticatorTest extends TestCase
4444
];
4545

4646
/**
47-
* @var \Authentication\IdentifierCollection
47+
* @var \Authentication\Identifier\IdentifierCollection
4848
*/
4949
protected $identifiers;
5050

5151
/**
52-
* @var \Autnentication\Authenticator\HttpDigestAuthenticator
52+
* @var \Authentication\Authenticator\HttpDigestAuthenticator
5353
*/
5454
protected $auth;
5555

tests/TestCase/Authenticator/SessionAuthenticatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class SessionAuthenticatorTest extends TestCase
4242
];
4343

4444
/**
45-
* @var \Authentication\IdentifierCollection
45+
* @var \Authentication\Identifier\IdentifierCollection
4646
*/
4747
protected $identifiers;
4848

tests/TestCase/Authenticator/TokenAuthenticatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class TokenAuthenticatorTest extends TestCase
3535
];
3636

3737
/**
38-
* @var \Authentication\IdentifierCollection
38+
* @var \Authentication\Identifier\IdentifierCollection
3939
*/
4040
protected $identifiers;
4141

0 commit comments

Comments
 (0)