diff --git a/src/Node/ModuleNode.php b/src/Node/ModuleNode.php index fb85cd895..158f8f53e 100644 --- a/src/Node/ModuleNode.php +++ b/src/Node/ModuleNode.php @@ -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 */