Skip to content

Commit cbd42f7

Browse files
committed
minor symfony#24610 [HttpKernel] Enhance deprecation message (delboy1978uk)
This PR was squashed before being merged into the 3.3 branch (closes symfony#24610). Discussion ---------- [HttpKernel] Enhance deprecation message Q | A -- | -- Branch? | 3.4 Bug fix? | no New feature? | no BC breaks? | no Deprecations? | no (Docblock with info on how to handle deprecation) Tests pass? | yes Fixed tickets | NA License | MIT Doc PR | symfony/symfony-docs#... Commits ------- 9e9d016 [HttpKernel] Enhance deprecation message
2 parents ed52036 + 9e9d016 commit cbd42f7

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)