| Total Complexity | 7 |
| Total Lines | 54 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class MissingAnnotationArgumentException extends InvalidArgumentException |
||
| 13 | { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @param AnnotationInterface|string $annotation Annotation object or |
||
| 17 | * class. |
||
| 18 | * @param string $argumentName Argument name. |
||
| 19 | * @param ReflectionClass|string|null $class Class using the |
||
| 20 | * annotation. |
||
| 21 | */ |
||
| 22 | public function __construct( |
||
| 68 | } |