Skip to content

Commit 98ec259

Browse files
committed
Fix CS
1 parent 13077a8 commit 98ec259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authenticator/Passport/Passport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Passport implements UserPassportInterface
3030

3131
/**
3232
* @param CredentialsInterface $credentials the credentials to check for this authentication, use
33-
* SelfValidatingPassport if no credentials should be checked.
33+
* SelfValidatingPassport if no credentials should be checked
3434
* @param BadgeInterface[] $badges
3535
*/
3636
public function __construct(UserInterface $user, CredentialsInterface $credentials, array $badges = [])

0 commit comments

Comments
 (0)