Skip to content

Commit 18b2a0d

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Minor modification about the .meta file contents
2 parents 7b71c5b + e8324ad commit 18b2a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dependency_injection/compilation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,8 @@ Now the cached dumped container is used regardless of whether debug mode
564564
is on or not. The difference is that the ``ConfigCache`` is set to debug
565565
mode with its second constructor argument. When the cache is not in debug
566566
mode the cached container will always be used if it exists. In debug mode,
567-
an additional metadata file is written with the timestamps of all the resource
568-
files. These are then checked to see if the files have changed, if they
567+
an additional metadata file is written with all the involved resource
568+
files. These are then checked to see if their timestamps have changed, if they
569569
have the cache will be considered stale.
570570

571571
.. note::

0 commit comments

Comments
 (0)