Skip to content

Commit 8e5736c

Browse files
committed
Minor fixes
1 parent 8385b93 commit 8e5736c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cache.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -723,13 +723,14 @@ Clear all custom pools:
723723
$ php bin/console cache:pool:clear cache.app_clearer
724724
725725
Clear all cache pools:
726-
.. code-block:: terminal
727726

728-
$ php bin/console cache:pool:clear --all
727+
.. code-block:: terminal
728+
729+
$ php bin/console cache:pool:clear --all
729730
730731
.. versionadded:: 6.3
731732

732-
The `--all` option was introduced in Symfony 6.3.
733+
The ``--all`` option was introduced in Symfony 6.3.
733734

734735
Clear all caches everywhere:
735736

0 commit comments

Comments
 (0)