PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
phpstan
/
phpdoc-parser
/
src
/
Ast
<?php declare(strict_types = 1); namespace PHPStan\PhpDocParser\Ast; final class Attribute { public const START_LINE = 'startLine'; public const END_LINE = 'endLine'; public const START_INDEX = 'startIndex'; public const END_INDEX = 'endIndex'; public const ORIGINAL_NODE = 'originalNode'; public const COMMENTS = 'comments'; }
[+]
..
[+]
ConstExpr
[-] NodeVisitor.php
[open]
[+]
PhpDoc
[-] Comment.php
[open]
[+]
NodeVisitor
[-] NodeAttributes.php
[open]
[-] Node.php
[open]
[-] Attribute.php
[open]
[-] NodeTraverser.php
[open]
[+]
Type
[-] AbstractNodeVisitor.php
[open]