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
Wed, Aug 19, 11:52 (3 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
6e/4f/9a79f7050404badbe13f66b0fbc3
Default Alt Text
Attribute.php (341 B)

Event Timeline