PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
/
Node
/
Editing: Scalar.php
<?php declare(strict_types=1); namespace PhpParser\Node; abstract class Scalar extends Expr { }
SAVE
CANCEL