| 1 | <?php |
||
| 9 | class ModTest extends AbstractDivMod |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param $a |
||
| 13 | * @param $b |
||
| 14 | * @return int |
||
| 15 | */ |
||
| 16 | protected function process($a, $b) |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param Node\Scalar $a |
||
| 23 | * @param Node\Scalar $b |
||
| 24 | * @return Node\Expr\BinaryOp\Mod |
||
| 25 | */ |
||
| 26 | protected function buildExpression($a, $b) |
||
| 30 | |||
| 31 | protected function getAssertType() |
||
| 35 | } |
||
| 36 |