Skip to content

Commit 73161b8

Browse files
committed
Minor tweak
1 parent c335e6c commit 73161b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

security/remember_me.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ so ``DoctrineTokenProvider`` can store the tokens:
315315
316316
.. note::
317317

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 :
318+
If you use DoctrineMigrationsBundle to manage your database migrations, you
319+
will need to tell Doctrine to ignore this new ``rememberme_token`` table:
320320

321321
.. configuration-block::
322322

@@ -330,7 +330,6 @@ so ``DoctrineTokenProvider`` can store the tokens:
330330
331331
<doctrine:dbal schema-filter="~^(?!rememberme_token)~" .../>
332332
333-
334333
.. code-block:: php
335334
336335
$container->loadFromExtension('doctrine', [

0 commit comments

Comments
 (0)