Skip to content

Commit

Permalink
Removing note that used to be attached to a versionadded before it th…
Browse files Browse the repository at this point in the history
…at was removed (and so this note should have been removed too)
  • Loading branch information
weaverryan committed Jul 1, 2013
1 parent 72f19a9 commit 45e1470
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions cookbook/security/entity_provider.rst
Expand Up @@ -185,21 +185,6 @@ interface forces the class to implement the five following methods:

For more details on each of these, see :class:`Symfony\\Component\\Security\\Core\\User\\UserInterface`.

.. code-block:: php
// src/Acme/UserBundle/Entity/User.php
namespace Acme\UserBundle\Entity;
use Symfony\Component\Security\Core\User\EquatableInterface;
// ...
public function isEqualTo(UserInterface $user)
{
return $this->id === $user->getId();
}
.. note::

The :phpclass:`Serializable` interface and its ``serialize`` and ``unserialize``
Expand Down

0 comments on commit 45e1470

Please sign in to comment.