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

Commit8804fe3

Browse files
committed
Merge branch '2.4' into 2.5
* 2.4: Remove diff info from file. ��eraseCredentials method typo Update doctrine.rst
2 parents1c948c8 +1f12a08 commit8804fe3

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

‎book/doctrine.rst‎

Lines changed: 1 addition & 1 deletion
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 givenentity from the database. The actual ``DELETE`` query,
702+
like to remove the givenobject 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‎

Lines changed: 1 addition & 1 deletion
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

‎cookbook/security/voters.rst‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ and compare the IP address against a set of blacklisted IP addresses:
4949
protected $requestStack;
5050
private $blacklistedIp;
5151
52-
<<<<<<< HEAD
5352
public function __construct(RequestStack $requestStack, array $blacklistedIp = array())
54-
=======
55-
public function __construct(ContainerInterface $container, array $blacklistedIp = array())
56-
>>>>>>> 2.3
5753
{
5854
$this->requestStack = $requestStack;
5955
$this->blacklistedIp = $blacklistedIp;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp