Skip to content

Commit

Permalink
Merge pull request #22 from SimLibaud/sf54
Browse files Browse the repository at this point in the history
Add return type declaration (TreeBuilder)
  • Loading branch information
SimLibaud committed Apr 6, 2022
2 parents 3d8fa36 + 4bd999a commit 3a1f14e
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 @@ -14,7 +14,7 @@
*/
class Configuration implements ConfigurationInterface
{
public function getConfigTreeBuilder()
public function getConfigTreeBuilder(): TreeBuilder
{
$tree = new TreeBuilder('sil_route_security');
// Keep compatibility with symfony/config < 4.2
Expand Down

0 comments on commit 3a1f14e

Please sign in to comment.