File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ public function getConfigTreeBuilder()
65
65
'%kernel.cache_dir% ' ,
66
66
$ this ->getProjectRoot () . '/vendor ' ,
67
67
])
68
- ->scalarPrototype ( )->end ()
68
+ ->prototype ( ' scalar ' )->end ()
69
69
->end ()
70
70
->arrayNode ('excluded_exceptions ' )
71
71
->defaultValue ($ defaultValues ->getExcludedExceptions ())
72
- ->scalarPrototype ( )->end ()
72
+ ->prototype ( ' scalar ' )->end ()
73
73
->end ()
74
74
->scalarNode ('http_proxy ' )
75
75
->end ()
@@ -81,7 +81,7 @@ public function getConfigTreeBuilder()
81
81
->end ()
82
82
->arrayNode ('prefixes ' )
83
83
->defaultValue ($ defaultValues ->getPrefixes ())
84
- ->scalarPrototype ( )->end ()
84
+ ->prototype ( ' scalar ' )->end ()
85
85
->end ()
86
86
->scalarNode ('project_root ' )
87
87
->defaultValue ($ this ->getProjectRoot ())
@@ -100,7 +100,7 @@ public function getConfigTreeBuilder()
100
100
->end ()
101
101
->arrayNode ('tags ' )
102
102
->normalizeKeys (false )
103
- ->scalarPrototype ( )
103
+ ->prototype ( ' scalar ' )
104
104
->end ()
105
105
;
106
106
You can’t perform that action at this time.
0 commit comments