PHP 8.2.31
Preview: ParserConfig.php Size: 551 B
//opt/cpanel/ea-wappspector/vendor/phpstan/phpdoc-parser/src/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;
	}

}

Directory Contents

Dirs: 4 × Files: 1

Name Size Perms Modified Actions
Ast DIR
- drwxr-xr-x 2026-01-25 14:56:51
Edit Download
Lexer DIR
- drwxr-xr-x 2026-01-25 14:56:51
Edit Download
Parser DIR
- drwxr-xr-x 2026-01-25 14:56:51
Edit Download
Printer DIR
- drwxr-xr-x 2026-01-25 14:56:51
Edit Download
551 B lrw-r--r-- 2026-01-25 14:56:51
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).