Skip to content

Commit

Permalink
Merge pull request #10 from BedrockStreaming/fix-deprecated
Browse files Browse the repository at this point in the history
fix: add return type on getConfigTreeBuilder
  • Loading branch information
Stax authored Feb 7, 2022
2 parents 1328df8 + 889009e commit 0a920f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @Backend/Monitoring&QA
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Configuration implements ConfigurationInterface
/**
* {@inheritDoc}
*/
public function getConfigTreeBuilder()
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('m6_web_monolog_extra');
$rootNode = $treeBuilder->getRootNode();
Expand Down

0 comments on commit 0a920f0

Please sign in to comment.