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 5af84c0 commit f8719e7Copy full SHA for f8719e7
src/Symfony/Component/HttpKernel/KernelInterface.php
@@ -113,9 +113,9 @@ public function getStartTime(): float;
113
/**
114
* Gets the cache directory.
115
*
116
- * 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.
117
* 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.
+ * use the "build directory" returned by the {@see getBuildDir()} method.
119
*/
120
public function getCacheDir(): string;
121
0 commit comments