Skip to content

Commit 92610e3

Browse files
committed
[#5993] fix doubled "interface"
1 parent 02db120 commit 92610e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/entity_provider.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ interface only requires one method: ``loadUserByUsername($username)``::
460460

461461
.. versionadded:: 2.8
462462
The :class:`Symfony\\Bridge\\Doctrine\\Security\\User\\UserLoaderInterface`
463-
interface was introduced in 2.8. Prior to Symfony 2.8, you had to implement
463+
was introduced in 2.8. Prior to Symfony 2.8, you had to implement
464464
``Symfony\Component\Security\Core\User\UserProviderInterface``.
465465

466466
.. tip::

0 commit comments

Comments
 (0)