Skip to content

Commit 8f45e00

Browse files
keradusnicolas-grekas
authored andcommitted
chore: PHP CS Fixer fixes
1 parent fa087af commit 8f45e00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

User/ChainUserChecker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function checkPreAuth(UserInterface $user): void
2929
}
3030
}
3131

32-
public function checkPostAuth(UserInterface $user /*, TokenInterface $token*/): void
32+
public function checkPostAuth(UserInterface $user /* , TokenInterface $token */): void
3333
{
3434
$token = 1 < \func_num_args() ? func_get_arg(1) : null;
3535

User/UserCheckerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ public function checkPreAuth(UserInterface $user): void;
3535
*
3636
* @throws AccountStatusException
3737
*/
38-
public function checkPostAuth(UserInterface $user /*, TokenInterface $token*/): void;
38+
public function checkPostAuth(UserInterface $user /* , TokenInterface $token */): void;
3939
}

0 commit comments

Comments
 (0)