Skip to content

Commit f8719e7

Browse files
alamiraultnicolas-grekas
authored andcommitted
[HttpKernel] Update phpdoc description
1 parent 5af84c0 commit f8719e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/HttpKernel/KernelInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ public function getStartTime(): float;
113113
/**
114114
* Gets the cache directory.
115115
*
116-
* Since Symfony 5.2, the cache directory should be used for caches that are written at runtime.
116+
* This directory should be used for caches that are written at runtime.
117117
* For caches and artifacts that can be warmed at compile-time and deployed as read-only,
118-
* use the new "build directory" returned by the {@see getBuildDir()} method.
118+
* use the "build directory" returned by the {@see getBuildDir()} method.
119119
*/
120120
public function getCacheDir(): string;
121121

0 commit comments

Comments
 (0)