diff --git a/tests/Doctrine/Tests/DBAL/ConnectionTest.php b/tests/Doctrine/Tests/DBAL/ConnectionTest.php index 675881ac207..32129bf6c91 100644 --- a/tests/Doctrine/Tests/DBAL/ConnectionTest.php +++ b/tests/Doctrine/Tests/DBAL/ConnectionTest.php @@ -36,7 +36,7 @@ class ConnectionTest extends DbalTestCase /** @var Connection */ private $connection; - /** @var string[] */ + /** @var array{wrapperClass?: class-string} */ protected $params = [ 'driver' => 'pdo_mysql', 'host' => 'localhost',