From 9ef031efdcb4c6329cbbd910bdc9872f7facc6ae Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 12 Jan 2024 08:20:25 +0100 Subject: [PATCH] Remove an obsolete comment --- src/Environment.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Environment.php b/src/Environment.php index 77588720b..f9e0086c6 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -249,7 +249,6 @@ class Environment * * * The cache key for the given template; * * The currently enabled extensions; - * * Whether the Twig C extension is available or not; * * PHP version; * * Twig version; * * Options with what environment was created.