Skip to content

Commit ca80b1a

Browse files
committed
Changing quote to (double backticks)
1 parent e5c9cca commit ca80b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ doesn't replace your existing methods).
401401
The ``doctrine:generate:entities`` command saves a backup of the original
402402
``Product.php`` named ``Product.php~``. In some cases, the presence of
403403
this file can cause a "Cannot redeclare class" error. It can be safely
404-
removed. You can also use the "--no-backup" option to prevent generating
404+
removed. You can also use the ``--no-backup`` option to prevent generating
405405
these backup files.
406406

407407
Note that you don't *need* to use this command. Doctrine doesn't rely

0 commit comments

Comments
 (0)