Skip to content

Commit

Permalink
Merge d2a8fe4 into 0e75bdc
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilmanas committed May 24, 2024
2 parents 0e75bdc + d2a8fe4 commit 15a12a6
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 15a12a6

Please sign in to comment.