Total Complexity | 2 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
10 | final class DependencyInvalidArgumentException extends InvalidArgumentException implements ContainerExceptionInterface |
||
11 | { |
||
12 | 1 | public static function noParameterTypeFor(string $parameter): self |
|
15 | } |
||
16 | |||
17 | 1 | public static function unableToResolve(string $parameter, string $className): self |
|
22 |