Skip to content

Commit ebddd29

Browse files
authored
Add return type required by ConfigurationInterface in Symfony 7 (#95)
1 parent 0e75bdc commit ebddd29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class Configuration implements ConfigurationInterface
2626
*
2727
* {@inheritdoc}
2828
*/
29-
public function getConfigTreeBuilder()
29+
public function getConfigTreeBuilder(): TreeBuilder
3030
{
3131
$treeBuilder = new TreeBuilder('prooph_event_store');
3232
// Keep compatibility with symfony/config < 4.2

0 commit comments

Comments
 (0)