Remove obsolete comment

This commit is contained in:
Fabien Potencier
2025-02-26 22:19:38 +01:00
parent b86fd0a059
commit 4e1fa3aa43
+1 -4
View File
@@ -29,10 +29,7 @@ use Twig\Template;
* Whenever possible, you must set these information (original template name
* and line number) yourself by passing them to the constructor. If some or all
* these information are not available from where you throw the exception, then
* this class will guess them automatically (when the line number is set to -1
* and/or the name is set to null). As this is a costly operation, this
* can be disabled by passing false for both the name and the line number
* when creating a new instance of this class.
* this class will guess them automatically.
*
* @author Fabien Potencier <fabien@symfony.com>
*/