| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 2 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 30 | 22 | public function __construct(AbstractField $field, array $fieldASTList, AbstractType $returnType, ExecutionContextInterface $executionContext) |
|
| 31 | { |
||
| 32 | 22 | $this->field = $field; |
|
| 33 | 22 | $this->fieldASTList = $fieldASTList; |
|
| 34 | 22 | $this->returnType = $returnType; |
|
| 35 | 22 | $this->executionContext = $executionContext; |
|
| 36 | 22 | } |
|
| 37 | |||
| 84 |