🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 06:31:46 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
phpstan
/
phpdoc-parser
/
src
/
Ast
📍 /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/phpstan/phpdoc-parser/src/Ast
🔄 Refresh
✏️
Editing: Attribute.php
Read Only
<?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'; }
💾 Save Changes
❌ Cancel