mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-02 21:46:48 +00:00
Mark built-in node visitors as @internal
This commit is contained in:
@@ -29,6 +29,8 @@ use Twig\NodeTraverser;
|
||||
|
||||
/**
|
||||
* @author Fabien Potencier <fabien@symfony.com>
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
final class EscaperNodeVisitor implements NodeVisitorInterface
|
||||
{
|
||||
|
||||
@@ -23,6 +23,8 @@ use Twig\Node\Node;
|
||||
|
||||
/**
|
||||
* @author Fabien Potencier <fabien@symfony.com>
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
final class MacroAutoImportNodeVisitor implements NodeVisitorInterface
|
||||
{
|
||||
|
||||
@@ -34,6 +34,8 @@ use Twig\Node\PrintNode;
|
||||
* optimizer mode.
|
||||
*
|
||||
* @author Fabien Potencier <fabien@symfony.com>
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
final class OptimizerNodeVisitor implements NodeVisitorInterface
|
||||
{
|
||||
|
||||
@@ -23,6 +23,9 @@ use Twig\Node\Expression\NameExpression;
|
||||
use Twig\Node\Expression\ParentExpression;
|
||||
use Twig\Node\Node;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
final class SafeAnalysisNodeVisitor implements NodeVisitorInterface
|
||||
{
|
||||
private $data = [];
|
||||
|
||||
@@ -28,6 +28,8 @@ use Twig\Node\SetNode;
|
||||
|
||||
/**
|
||||
* @author Fabien Potencier <fabien@symfony.com>
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
final class SandboxNodeVisitor implements NodeVisitorInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user