8000 Removing note that used to be attached to a versionadded before it th… · colinodell/symfony-docs@45e1470 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 45e1470

Browse files
committed
Removing note that used to be attached to a versionadded before it that was removed (and so this note should have been removed too)
1 parent 72f19a9 commit 45e1470

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

cookbook/security/entity_provider.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -185,21 +185,6 @@ interface forces the class to implement the five following methods:
185185

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

188< B173 /td>-
.. code-block:: php
189-
190-
// src/Acme/UserBundle/Entity/User.php
191-
192-
namespace Acme\UserBundle\Entity;
193-
194-
use Symfony\Component\Security\Core\User\EquatableInterface;
195-
196-
// ...
197-
198-
public function isEqualTo(UserInterface $user)
199-
{
200-
return $this->id === $user->getId();
201-
}
202-
203188
.. note::
204189

205190
The :phpclass:`Serializable` interface and its ``serialize`` and ``unserialize``

0 commit comments

Comments
 (0)
0