Skip to content

Commit 1f12a08

Browse files
committed
Merge branch '2.3' into 2.4
* 2.3: ��eraseCredentials method typo Update doctrine.rst
2 parents a7fe00f + b3f15b2 commit 1f12a08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/doctrine.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ method of the entity manager::
699699
$em->flush();
700700

701701
As you might expect, the ``remove()`` method notifies Doctrine that you'd
702-
like to remove the given entity from the database. The actual ``DELETE`` query,
702+
like to remove the given object from the database. The actual ``DELETE`` query,
703703
however, isn't actually executed until the ``flush()`` method is called.
704704

705705
.. _`book-doctrine-queries`:

cookbook/security/entity_provider.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ interface forces the class to implement the five following methods:
194194
* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::getPassword`
195195
* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::getSalt`
196196
* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::getUsername`
197-
* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::eraseCredential`
197+
* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::eraseCredentials`
198198

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

0 commit comments

Comments
 (0)