8000 Minor tweak · symfony/symfony-docs@2a1671b · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a1671b

Browse files
committed
Minor tweak
1 parent e3e763d commit 2a1671b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/user_checkers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ are not met, an exception should be thrown which extends the
3737

3838
// user is deleted, show a generic Account Not Found message.
3939
if ($user->isDeleted()) {
40-
throw new AccountDeletedException('...');
40+
throw new AccountDeletedException();
4141
}
4242
}
4343

0 commit comments

Comments
 (0)
0