File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,16 +139,12 @@ jobs:
139139 - ' 7.3'
140140 - ' 7.4'
141141 symfony-version :
142- - ' 3.0'
143- - ' 3.1'
144- - ' 3.2'
145- - ' 3.3'
146- - ' 3.4'
147- - ' 4.0'
148- - ' 4.1'
149- - ' 4.2'
150- - ' 4.3'
151142 - ' 4.4'
143+ - ' 5.0'
144+ - ' 5.1'
145+ - ' 5.2'
146+ - ' 5.3'
147+ - ' 5.4'
152148 composer-dependencies :
153149 - ' highest'
154150 - ' lowest'
Original file line number Diff line number Diff line change 1515 "consistence/consistence" : " ^1.0|^2.0" ,
1616 "consistence/consistence-doctrine" : " ^3.0" ,
1717 "doctrine/dbal" : " ^2.13.1|^3.0" ,
18- "symfony/config" : " ^3.0|~4.0.0|^4.1.4 " ,
19- "symfony/dependency-injection" : " ^3.0|^4 .0" ,
20- "symfony/http-kernel" : " ^3.0|^4 .0"
18+ "symfony/config" : " ^4.4|^5.0 " ,
19+ "symfony/dependency-injection" : " ^4.4|^5 .0" ,
20+ "symfony/http-kernel" : " ^4.4|^5 .0"
2121 },
2222 "require-dev" : {
2323 "consistence/coding-standard" : " 3.10.1" ,
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ public function __construct(
2626
2727 public function getConfigTreeBuilder (): TreeBuilder
2828 {
29- $ treeBuilder = new TreeBuilder ();
30- $ rootNode = $ treeBuilder ->root ( $ this -> rootNode );
29+ $ treeBuilder = new TreeBuilder ($ this -> rootNode );
30+ $ rootNode = $ treeBuilder ->getRootNode ( );
3131
3232 $ rootNode ->children ()->append ($ this ->createEnumNode ('enum ' ));
3333
You can’t perform that action at this time.
0 commit comments