Skip to content

Commit

Permalink
feat(o10r-symfony-template-154): Upgrade doctrine/orm to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiidonii committed Jun 4, 2024
1 parent cde079f commit 659689d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Doctrine/Driver/IamMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function __construct(
) {
}

public function wrap(Driver $driver): IamDecoratorInterface
public function wrap(Driver $driver): Driver
{
if ($this->useIam) {
if (interface_exists('Doctrine\DBAL\ServerVersionProvider')) {
Expand Down

0 comments on commit 659689d

Please sign in to comment.