Skip to content

Commit

Permalink
Satisfy psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Nov 2, 2020
1 parent d23f000 commit dde61ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Doctrine/Tests/DBAL/ConnectionTest.php
Expand Up @@ -36,7 +36,7 @@ class ConnectionTest extends DbalTestCase
/** @var Connection */
private $connection;

/** @var string[] */
/** @var array{wrapperClass?: class-string<Connection>} */
protected $params = [
'driver' => 'pdo_mysql',
'host' => 'localhost',
Expand Down

0 comments on commit dde61ea

Please sign in to comment.