mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-03 09:47:59 +01:00
251e689283
Added as Expr\BinaryOp\Spaceship.
10 lines
120 B
PHP
10 lines
120 B
PHP
<?php
|
|
|
|
namespace PhpParser\Node\Expr\BinaryOp;
|
|
|
|
use PhpParser\Node\Expr\BinaryOp;
|
|
|
|
class Spaceship extends BinaryOp
|
|
{
|
|
}
|