░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
vps.doorgans.com
LOCATION:
/opt/cpanel/ea-wappspector/vendor/phpstan/phpdoc-parser/src
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: ParserConfig.php
<?php declare(strict_types = 1); namespace PHPStan\PhpDocParser; class ParserConfig { public bool $useLinesAttributes; public bool $useIndexAttributes; public bool $useCommentsAttributes; /** * @param array{lines?: bool, indexes?: bool, comments?: bool} $usedAttributes */ public function __construct(array $usedAttributes) { $this->useLinesAttributes = $usedAttributes['lines'] ?? false; $this->useIndexAttributes = $usedAttributes['indexes'] ?? false; $this->useCommentsAttributes = $usedAttributes['comments'] ?? false; } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 Ast/
DIR
—
2026-07-08 07:01
📁 Lexer/
DIR
—
2026-07-08 07:01
📁 Parser/
DIR
—
2026-07-08 07:01
📁 Printer/
DIR
—
2026-07-08 07:01
📄 ParserConfig.php
PHP
551 B
2026-07-08 07:01
EDIT