8000 [HttpKernel] Enhance deprecation message · symfony/symfony@9e9d016 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e9d016

Browse files
delboy1978ukfabpot
authored andcommitted
[HttpKernel] Enhance deprecation message
1 parent 2f1af1b commit 9e9d016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ public function getContainer()
348348
* @param string $name The cache name prefix
349349
* @param string $extension File extension of the resulting file
350350
*
351-
* @deprecated since version 3.3, to be removed in 4.0.
351+
* @deprecated since version 3.3, to be removed in 4.0. The class cache is not needed anymore when using PHP 7.0.
352352
*/
353353
public function loadClassCache($name = 'classes', $extension = '.php')
354354
{

0 commit comments

Comments
 (0)
0