File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 55
55
Changelog
56
56
----------
57
57
58
+ ### 1.3 (2018-XX-XX)
59
+ - Symfony 4.2 compatibility
60
+
58
61
### 1.2 (2018-11-16)
59
62
- PHP 7.3 compatibility
60
63
Original file line number Diff line number Diff line change 18
18
],
19
19
"require" : {
20
20
"php" : " ~7.1" ,
21
- "symfony/config" : " ^3.3|^4.0 " ,
22
- "symfony/dependency-injection" : " ^3.3|^4.0 " ,
23
- "symfony/event-dispatcher" : " ^3.3|^4.0 " ,
24
- "symfony/expression-language" : " ^3.3|^4.0 " ,
25
- "symfony/http-foundation" : " ^3.3|^4.0 " ,
26
- "symfony/http-kernel" : " ^3.3|^4.0 "
21
+ "symfony/config" : " ^4.2 " ,
22
+ "symfony/dependency-injection" : " ^4.2 " ,
23
+ "symfony/event-dispatcher" : " ^4.2 " ,
24
+ "symfony/expression-language" : " ^4.2 " ,
25
+ "symfony/http-foundation" : " ^4.2 " ,
26
+ "symfony/http-kernel" : " ^4.2 "
27
27
},
28
28
"require-dev" : {
29
29
"consistence/coding-standard" : " 3.5" ,
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ public function __construct(
22
22
23
23
public function getConfigTreeBuilder (): TreeBuilder
24
24
{
25
- $ treeBuilder = new TreeBuilder ();
26
- $ rootNode = $ treeBuilder ->root ( ' java_script_error_handler ' );
25
+ $ treeBuilder = new TreeBuilder (' java_script_error_handler ' );
26
+ $ rootNode = $ treeBuilder ->getRootNode ( );
27
27
28
28
// @codingStandardsIgnoreStart tree is indented for better readability
29
29
$ rootNode
You can’t perform that action at this time.
0 commit comments