Skip to content

Commit 2e02866

Browse files
committed
Merge branch '2.x' into 3.x
* 2.x: Fix BC break Update Drupal version in tests Fix code Bump PHP version used by Drupal tests add return type for Symfony 7 compatibility
2 parents ae105b3 + 244d5de commit 2e02866

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

extra/twig-extra-bundle/DependencyInjection/Configuration.php

+1-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717

1818
class Configuration implements ConfigurationInterface
1919
{
20-
/**
21-
* @return TreeBuilder
22-
*/
23-
public function getConfigTreeBuilder()
20+
public function getConfigTreeBuilder(): TreeBuilder
2421
{
2522
$treeBuilder = new TreeBuilder('twig_extra');
2623
$rootNode = $treeBuilder->getRootNode();

0 commit comments

Comments
 (0)