File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,21 @@ public function getConfigTreeBuilder()
16
16
// @phpstan-ignore-next-line
17
17
$ treeBuilder ->getRootNode ()
18
18
->children ()
19
- ->scalarNode ('endpoint_url ' )->defaultValue ('https://rocknrolla.treblle.com ' )->end ()
20
- ->scalarNode ('project_id ' )->end ()
21
- ->scalarNode ('api_key ' )->end ()
22
- ->booleanNode ('debug ' )->end ()
23
- ->arrayNode ('masked ' )->scalarPrototype ()->end ()
24
- ->arrayNode ('ignore ' )->scalarPrototype ()->end ()
19
+ ->scalarNode ('endpoint_url ' )
20
+ ->defaultValue ('https://rocknrolla.treblle.com ' )
21
+ ->end ()
22
+ ->scalarNode ('project_id ' )
23
+ ->end ()
24
+ ->scalarNode ('api_key ' )
25
+ ->end ()
26
+ ->booleanNode ('debug ' )
27
+ ->end ()
28
+ ->arrayNode ('masked ' )
29
+ ->scalarPrototype ()->end ()
30
+ ->end ()
31
+ ->arrayNode ('ignore ' )
32
+ ->scalarPrototype ()->end ()
33
+ ->end ()
25
34
->end ();
26
35
27
36
return $ treeBuilder ;
You can’t perform that action at this time.
0 commit comments