NotEqual.php 118 Bytes
Newer Older
jhon committed
1 2 3 4 5 6 7 8 9
<?php

namespace PhpParser\Node\Expr\BinaryOp;

use PhpParser\Node\Expr\BinaryOp;

class NotEqual extends BinaryOp
{
}