From 2ad20ae9f711c836a7ff3d62724e87d6588ee746 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Tue, 13 Feb 2024 07:57:40 +0300 Subject: [PATCH] Update src/Connection/ConnectionInterface.php Co-authored-by: Sergei Tigrov --- src/Connection/ConnectionInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Connection/ConnectionInterface.php b/src/Connection/ConnectionInterface.php index 5b0b160b9..a8aad3d1c 100644 --- a/src/Connection/ConnectionInterface.php +++ b/src/Connection/ConnectionInterface.php @@ -26,7 +26,7 @@ * It allows you to access and manipulate databases in a database-agnostic way, so you can write code that works with * different database systems without having to worry about the specific details of each one. * - * @psalm-type ParamsType = array|list + * @psalm-type ParamsType = array|list */ interface ConnectionInterface {