mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-20 20:30:00 +01:00
5 lines
53 B
PHP
5 lines
53 B
PHP
|
<?php
|
||
|
|
||
|
class Node_Expr_NotEqual extends Node_Expr
|
||
|
{
|
||
|
}
|