📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 21:15:16
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
phpstan
/
phpdoc-parser
/
src
/
Ast
✏️
Editing: Attribute.php
<?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