Skip to content
Snippets Groups Projects
Commit 749c2415 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Missing return type

parent f6aee9f8
No related branches found
No related tags found
No related merge requests found
Pipeline #73412 passed
...@@ -9,7 +9,7 @@ use Symfony\Component\Config\Definition\ConfigurationInterface; ...@@ -9,7 +9,7 @@ use Symfony\Component\Config\Definition\ConfigurationInterface;
class Configuration implements ConfigurationInterface class Configuration implements ConfigurationInterface
{ {
public function getConfigTreeBuilder() public function getConfigTreeBuilder(): TreeBuilder
{ {
$treeBuilder = new TreeBuilder('dbp_relay_auth'); $treeBuilder = new TreeBuilder('dbp_relay_auth');
$treeBuilder->getRootNode() $treeBuilder->getRootNode()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment