Update a phpdoc (ModuleNode is final now)

This commit is contained in:
Fabien Potencier
2024-08-24 09:51:58 +02:00
parent 86330fb9bc
commit 313303b366
+3 -3
View File
@@ -21,9 +21,9 @@ use Twig\Source;
/**
* Represents a module node.
*
* Consider this class as being final. If you need to customize the behavior of
* the generated class, consider adding nodes to the following nodes: display_start,
* display_end, constructor_start, constructor_end, and class_end.
* If you need to customize the behavior of the generated class, add nodes to
* the following nodes: display_start, display_end, constructor_start,
* constructor_end, and class_end.
*
* @author Fabien Potencier <fabien@symfony.com>
*/