| 1 | <?php |
||
| 5 | class BooleanComparison extends AbstractComparison |
||
| 6 | { |
||
| 7 | 2 | public function boolAnd(bool $expected, bool $value): bool |
|
| 11 | |||
| 12 | 1 | public function boolOr($expected, $value): bool |
|
| 16 | |||
| 17 | 1 | public function isNull($expected, $value): bool |
|
| 21 | |||
| 22 | 1 | public function isNotNull($expected, $value): bool |
|
| 26 | } |
||
| 27 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.