mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-03 17:57:59 +01:00
10 lines
130 B
PHP
10 lines
130 B
PHP
<?php declare(strict_types=1);
|
|
|
|
namespace PhpParser\Node\Expr\Cast;
|
|
|
|
use PhpParser\Node\Expr\Cast;
|
|
|
|
class Double extends Cast
|
|
{
|
|
}
|