Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | 7 | public function __construct( |
|
19 | ReaderInterface $reader, |
||
20 | TypeRegistryInterface $typeRegistry, |
||
21 | ArgumentResolverInterface $argumentResolver, |
||
22 | private readonly ScopeInterface $scope, |
||
23 | private readonly InvokerInterface $invoker, |
||
24 | ) { |
||
25 | 7 | parent::__construct($reader, $typeRegistry, $argumentResolver); |
|
26 | } |
||
42 |