mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-31 12:37:15 +00:00
Update a phpdoc (ModuleNode is final now)
This commit is contained in:
@@ -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>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user