Skip to content

Commit aa0d7e6

Browse files
committed
Minor reword
1 parent 74c6252 commit aa0d7e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/file_permissions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ was writable. But that is no longer true! In Symfony 4, everything works automat
99

1010
* In the ``prod`` environment (i.e. when ``APP_ENV`` is ``prod`` and ``APP_DEBUG``
1111
is ``0``), as long as you run ``php bin/console cache:warmup``, no cache files
12-
will need to be written to disk at runtime. An exception to this is any type of
13-
runtime cache, for example a query result cache or DoctrineCacheBundle with a
14-
file_system cache provider configured.
12+
will need to be written to disk at runtime. The only exception is when using
13+
a filesystem-based cache, such as Doctrine's query result cache or Symfony's
14+
cache with a filesystem provider configured.
1515

1616
* In all environments, the log directory (``var/log/`` by default) must exist
1717
and be writable by your web server user and terminal user. One way this can

0 commit comments

Comments
 (0)