Total Complexity | 3 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Coverage | 83.33% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class Arr extends BaseVariadicFunction |
||
18 | { |
||
19 | protected string $commonNodeMapping = 'StringPrimary'; |
||
20 | |||
21 | 4 | protected function customizeFunction(): void |
|
22 | { |
||
23 | 4 | $this->setFunctionPrototype('ARRAY[%s]'); |
|
24 | } |
||
25 | |||
26 | 4 | protected function validateArguments(array $arguments): void |
|
31 | } |
||
32 | } |
||
34 |