We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c335e6c commit 73161b8Copy full SHA for 73161b8
security/remember_me.rst
@@ -315,8 +315,8 @@ so ``DoctrineTokenProvider`` can store the tokens:
315
316
.. note::
317
318
- If you use DoctrineMigrationsBundle to manage your DB migrations, you will need to tell Doctrine to ignore this new
319
- `rememberme_token` table with :
+ If you use DoctrineMigrationsBundle to manage your database migrations, you
+ will need to tell Doctrine to ignore this new ``rememberme_token`` table:
320
321
.. configuration-block::
322
@@ -330,7 +330,6 @@ so ``DoctrineTokenProvider`` can store the tokens:
330
331
<doctrine:dbal schema-filter="~^(?!rememberme_token)~" .../>
332
333
-
334
.. code-block:: php
335
336
$container->loadFromExtension('doctrine', [
0 commit comments