Page MenuHomeWickedGov Phorge

Attribute.php
No OneTemporary

Size
341 B
Referenced Files
None
Subscribers
None

Attribute.php

<?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';
public const COMMENTS = 'comments';
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 22:17 (1 d, 3 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
db/67/8fb19982232b84c89e59c524ecd9
Default Alt Text
Attribute.php (341 B)

Event Timeline