Initial Commit
This commit is contained in:
13
dependencies/phpstan/phpdoc-parser/src/Ast/Attribute.php
vendored
Normal file
13
dependencies/phpstan/phpdoc-parser/src/Ast/Attribute.php
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare (strict_types=1);
|
||||
namespace WP_Ultimo\Dependencies\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';
|
||||
}
|
Reference in New Issue
Block a user