mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-11 16:49:43 +01:00
9 lines
113 B
PHP
9 lines
113 B
PHP
<?php
|
|
|
|
namespace PhpParser\Node\Expr\BinaryOp;
|
|
|
|
use PhpParser\Node\Expr\BinaryOp;
|
|
|
|
class Mod extends BinaryOp
|
|
{
|
|
} |