mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-13 17:47:23 +01:00
9 lines
120 B
PHP
9 lines
120 B
PHP
|
<?php
|
||
|
|
||
|
namespace PhpParser\Node\Expr\AssignOp;
|
||
|
|
||
|
use PhpParser\Node\Expr\AssignOp;
|
||
|
|
||
|
class ShiftRight extends AssignOp
|
||
|
{
|
||
|
}
|