Skip to content

Commit

Permalink
[PHPStan] Fixed lambda return type in IbexaCoreExtension (#317)
Browse files Browse the repository at this point in the history
See #317 for more details.
  • Loading branch information
ciastektk authored Jan 8, 2024
1 parent 67811a0 commit b650333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Core/DependencyInjection/IbexaCoreExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ private function prependDoctrineConfiguration(ContainerBuilder $container): void

if (isset($config['repositories'])) {
$repositoryConnections[] = array_map(
static function (array $repository): ?string {
static function (array $repository): string {
return $repository['storage']['connection']
?? 'default';
},
Expand Down

0 comments on commit b650333

Please sign in to comment.