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 2f1af1b commit 9e9d016Copy full SHA for 9e9d016
src/Symfony/Component/HttpKernel/Kernel.php
@@ -348,7 +348,7 @@ public function getContainer()
348
* @param string $name The cache name prefix
349
* @param string $extension File extension of the resulting file
350
*
351
- * @deprecated since version 3.3, to be removed in 4.0.
+ * @deprecated since version 3.3, to be removed in 4.0. The class cache is not needed anymore when using PHP 7.0.
352
*/
353
public function loadClassCache($name = 'classes', $extension = '.php')
354
{
0 commit comments