Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
33 | public function getNodeDefinition(ArrayNodeDefinition $node, ArrayNodeDefinition $rootNode): void |
||
34 | { |
||
35 | $node->children() |
||
36 | ->arrayNode('custom_values') |
||
37 | ->info('Custom values added to the metadata response.') |
||
38 | ->useAttributeAsKey('name') |
||
39 | ->variablePrototype()->end() |
||
40 | ->treatNullLike([]) |
||
|
|||
41 | ->treatFalseLike([]) |
||
42 | ->end() |
||
43 | ->end() |
||
44 | ; |
||
57 |