ConstExprNullNode.php
Namespace
PHPStan\PhpDocParser\Ast\ConstExprFile
-
vendor/
phpstan/ phpdoc-parser/ src/ Ast/ ConstExpr/ ConstExprNullNode.php
View source
<?php
declare (strict_types=1);
namespace PHPStan\PhpDocParser\Ast\ConstExpr;
use PHPStan\PhpDocParser\Ast\NodeAttributes;
class ConstExprNullNode implements ConstExprNode {
use NodeAttributes;
public function __toString() : string {
return 'null';
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
ConstExprNullNode |