| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 43 | public function __construct(string $name, array $arguments, ReflectionMethod $reflectionMethod, ?Type $returnTypehint, ?object $object) { |
||
| 44 | $this->name = $name; |
||
| 45 | $this->arguments = $arguments; |
||
| 46 | $this->reflectionMethod = $reflectionMethod; |
||
| 47 | $this->returnTypehint = $returnTypehint; |
||
| 48 | $this->object = $object; |
||
| 49 | } |
||
| 103 |