mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-12 09:09:41 +01:00
9 lines
221 B
PHP
9 lines
221 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* @property PHPParser_Node_Expr $left The left hand side expression
|
||
|
* @property PHPParser_Node_Expr $right The right hand side expression
|
||
|
*/
|
||
|
class PHPParser_Node_Expr_Greater extends PHPParser_Node_Expr
|
||
|
{
|
||
|
}
|