8000 Update user_provider.rst · symfony/symfony-docs@15cb5a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 15cb5a2

Browse files
Update user_provider.rst
1 parent f6b7cc3 commit 15cb5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/user_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ command will generate a nice skeleton to get you started::
413413
*/
414414
public function supportsClass($class)
415415
{
416-
return User::class === $class || is_subclass_of($class, User::class;
416+
return User::class === $class || is_subclass_of($class, User::class);
417417
}
418418
}
419419

0 commit comments

Comments
 (0)
0