Page MenuHomeWickedGov Phorge

ThisTypeNode.php
No OneTemporary

Size
251 B
Referenced Files
None
Subscribers
None

ThisTypeNode.php

<?php declare(strict_types = 1);
namespace PHPStan\PhpDocParser\Ast\Type;
use PHPStan\PhpDocParser\Ast\NodeAttributes;
class ThisTypeNode implements TypeNode
{
use NodeAttributes;
public function __toString(): string
{
return '$this';
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 19:27 (5 h, 34 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7e/90/119757e014b4c658bf1e585309a5
Default Alt Text
ThisTypeNode.php (251 B)

Event Timeline