Skip to content

Commit

Permalink
Merge pull request #123 from axi/master
Browse files Browse the repository at this point in the history
Remove a deprecation on symfony 5.4
  • Loading branch information
jaytaph authored Jan 24, 2022
2 parents 15e5a87 + c2f0648 commit 27f31b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Configuration implements ConfigurationInterface
/**
* {@inheritDoc}
*/
public function getConfigTreeBuilder()
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('noxlogic_rate_limit');
// Keep compatibility with symfony/config < 4.2
Expand Down

0 comments on commit 27f31b1

Please sign in to comment.