Attribute.php
Same filename in this branch
- 11.1.x vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
- 11.1.x vendor/nikic/php-parser/lib/PhpParser/Node/Attribute.php
- 11.1.x vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/Attribute.php
- 11.1.x vendor/mck89/peast/lib/Peast/Selector/Node/Part/Attribute.php
- 11.1.x core/lib/Drupal/Core/Template/Attribute.php
Namespace
PHPStan\PhpDocParser\AstFile
-
vendor/
phpstan/ phpdoc-parser/ src/ Ast/ Attribute.php
View source
<?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';
}
Classes
Title | Deprecated | Summary |
---|---|---|
Attribute |