🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 01:28:20 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
phpstan
/
phpdoc-parser
/
src
/
Ast
📍 /opt/cpanel/ea-wappspector/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'; public const COMMENTS = 'comments'; }
💾 Save Changes
❌ Cancel