Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commit45e1470

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 parent72f19a9 commit45e1470

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-
..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)

[8]ページ先頭

©2009-2025 Movatter.jp