📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 11:00:05
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
phpstan
/
phpdoc-parser
/
src
/
Ast
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/phpstan/phpdoc-parser/src/Ast
🔄 Refresh
✏️
Editing: Node.php
Writable
<?php declare(strict_types = 1); namespace PHPStan\PhpDocParser\Ast; interface Node { public function __toString(): string; /** * @param mixed $value */ public function setAttribute(string $key, $value): void; public function hasAttribute(string $key): bool; /** * @return mixed */ public function getAttribute(string $key); }
💾 Save Changes
❌ Cancel