Skip to content

Commit

Permalink
Fix new ConstructorSignatureMismatch psalm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrolucky committed Mar 30, 2022
1 parent 75a9750 commit d02a098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ConnectionFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ class FakeConnection extends Connection
/**
* {@inheritdoc}
*/
public function __construct(array $params, FakeDriver $driver, ?Configuration $config = null, ?EventManager $eventManager = null)
public function __construct(array $params, Driver $driver, ?Configuration $config = null, ?EventManager $eventManager = null)
{
++self::$creationCount;

Expand Down

0 comments on commit d02a098

Please sign in to comment.