Remove obsolete comment

This commit is contained in:
Fabien Potencier
2024-08-20 18:06:11 +02:00
parent 5918aa939f
commit f4bca4fa44
-3
View File
@@ -817,9 +817,6 @@ final class CoreExtension extends AbstractExtension
return $r;
}
// The '_default' filter is used internally to avoid using the ternary operator
// which costs a lot for big contexts (before PHP 5.4). So, on average,
// a function call is cheaper.
/**
* @internal
*/