mirror of
https://github.com/wishthis/wishthis.git
synced 2026-01-27 16:38:45 -05:00
7 lines
98 B
PHP
7 lines
98 B
PHP
<?php declare(strict_types=1);
|
|
|
|
namespace PhpParser\Node;
|
|
|
|
abstract class Scalar extends Expr {
|
|
}
|