Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
55 | 13 | public function __construct(array $fieldNodes, string $fieldName, string $resultName, ?array $argumentValueMap) |
|
56 | { |
||
57 | 13 | $this->fieldNodes = $fieldNodes; |
|
58 | 13 | $this->fieldName = $fieldName; |
|
59 | 13 | $this->resultName = $resultName; |
|
60 | 13 | $this->argumentValueMap = $argumentValueMap; |
|
61 | 13 | } |
|
63 |