Total Complexity | 4 |
Total Lines | 45 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | class EmptyCoalesceTwigExtension extends AbstractExtension |
||
25 | { |
||
26 | // Public Methods |
||
27 | // ========================================================================= |
||
28 | |||
29 | /** |
||
30 | * @inheritdoc |
||
31 | */ |
||
32 | public function getName(): string |
||
35 | } |
||
36 | |||
37 | /** |
||
38 | * @inheritdoc |
||
39 | */ |
||
40 | public function getFilters(): array |
||
43 | ]; |
||
44 | } |
||
45 | |||
46 | /** |
||
47 | * @inheritdoc |
||
48 | */ |
||
49 | public function getFunctions(): array |
||
50 | { |
||
51 | return [ |
||
52 | ]; |
||
53 | } |
||
54 | |||
55 | /** |
||
56 | * @return array<int, mixed[]> |
||
57 | */ |
||
58 | public function getOperators(): array |
||
69 | ], |
||
70 | ], |
||
74 |