Skip to content

Commit

Permalink
[symfony#5993] fix doubled "interface"
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Dec 23, 2015
1 parent 02db120 commit 92610e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/entity_provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ interface only requires one method: ``loadUserByUsername($username)``::

.. versionadded:: 2.8
The :class:`Symfony\\Bridge\\Doctrine\\Security\\User\\UserLoaderInterface`
interface was introduced in 2.8. Prior to Symfony 2.8, you had to implement
was introduced in 2.8. Prior to Symfony 2.8, you had to implement
``Symfony\Component\Security\Core\User\UserProviderInterface``.

.. tip::
Expand Down

0 comments on commit 92610e3

Please sign in to comment.