Skip to content

Commit

Permalink
Add return type required by ConfigurationInterface in Symfony 7 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilmanas committed May 27, 2024
1 parent 0e75bdc commit ebddd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final class Configuration implements ConfigurationInterface
*
* {@inheritdoc}
*/
public function getConfigTreeBuilder()
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('prooph_event_store');
// Keep compatibility with symfony/config < 4.2
Expand Down

0 comments on commit ebddd29

Please sign in to comment.