mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-30 12:06:56 +00:00
[TwigExtraBundle] Add the return type information in getConfigTreeBuilder()
This commit is contained in:
@@ -17,6 +17,9 @@ use Twig\Extra\TwigExtraBundle\Extensions;
|
||||
|
||||
class Configuration implements ConfigurationInterface
|
||||
{
|
||||
/**
|
||||
* @return TreeBuilder
|
||||
*/
|
||||
public function getConfigTreeBuilder()
|
||||
{
|
||||
$treeBuilder = new TreeBuilder('twig_extra');
|
||||
|
||||
Reference in New Issue
Block a user