We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474bd79 commit a4d9810Copy full SHA for a4d9810
src/Symfony/Component/HttpKernel/KernelInterface.php
@@ -107,7 +107,7 @@ public function getStartTime(): float;
107
/**
108
* Gets the cache directory.
109
*
110
- * Since Symfony 5.2, the cache directory should be used for caches that are written at runtime.
+ * This directory should be used for caches that are written at runtime.
111
* For caches and artifacts that can be warmed at compile-time and deployed as read-only,
112
* use the new "build directory" returned by the {@see getBuildDir()} method.
113
*/
0 commit comments