Skip to content

Commit 3a1f14e

Browse files
authored
Merge pull request #22 from SimLibaud/sf54
Add return type declaration (TreeBuilder)
2 parents 3d8fa36 + 4bd999a commit 3a1f14e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Configuration implements ConfigurationInterface
1616
{
17-
public function getConfigTreeBuilder()
17+
public function getConfigTreeBuilder(): TreeBuilder
1818
{
1919
$tree = new TreeBuilder('sil_route_security');
2020
// Keep compatibility with symfony/config < 4.2

0 commit comments

Comments
 (0)