Scalar.php
Same filename in this branch
Namespace
PhpParser\NodeFile
-
vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Scalar.php
View source
<?php
declare (strict_types=1);
namespace PhpParser\Node;
abstract class Scalar extends Expr {
}
Classes
Title | Deprecated | Summary |
---|---|---|
Scalar |