mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
8 lines
98 B
PHP
8 lines
98 B
PHP
<?php declare(strict_types=1);
|
|
|
|
namespace PhpParser\Node;
|
|
|
|
abstract class Scalar extends Expr
|
|
{
|
|
}
|