| 1 | <?php |
||
| 11 | class IsInMethodMatcher extends AbstractMatcher |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * {@inheritdoc} |
||
| 15 | * |
||
| 16 | * @codeCoverageIgnore |
||
| 17 | */ |
||
| 18 | public function matchesClass(\ReflectionClass $class, array $arguments) |
||
| 22 | |||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | 3 | public function matchesMethod(\ReflectionMethod $method, array $arguments) |
|
| 32 | } |
||
| 33 |