File "ConstExprNode.php"

Full Path: /var/www/html/back/vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprNode.php
File size: 159 bytes
MIME-type: text/x-php
Charset: utf-8

<?php declare(strict_types = 1);

namespace PHPStan\PhpDocParser\Ast\ConstExpr;

use PHPStan\PhpDocParser\Ast\Node;

interface ConstExprNode extends Node
{

}