| 1 | <?php |
||
| 12 | class AnnotatedWithMatcher extends AbstractMatcher |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @var AnnotationReader |
||
| 16 | */ |
||
| 17 | private $reader; |
||
| 18 | |||
| 19 | 5 | public function __construct() |
|
| 23 | |||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | 2 | public function matchesClass(\ReflectionClass $class, array $arguments) |
|
| 34 | |||
| 35 | /** |
||
| 36 | * {@inheritdoc} |
||
| 37 | */ |
||
| 38 | 3 | public function matchesMethod(\ReflectionMethod $method, array $arguments) |
|
| 45 | } |
||
| 46 |