Skip to content

Commit a052357

Browse files
Merge branch '6.4' into 7.2
* 6.4: - CS fixes
2 parents adebb44 + 8ff659f commit a052357

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)