From dbbed5622d9d38f9f2bcef896dba9327506ac6a1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ji=C5=99=C3=AD=20Pudil?= <me@jiripudil.cz>
Date: Fri, 28 Jul 2023 16:49:21 +0200
Subject: [PATCH] relax type of byValues()

---
 src/ExpressionWithShorthands.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ExpressionWithShorthands.php b/src/ExpressionWithShorthands.php
index d56b407..caff7de 100644
--- a/src/ExpressionWithShorthands.php
+++ b/src/ExpressionWithShorthands.php
@@ -46,7 +46,7 @@ abstract class ExpressionWithShorthands implements Expression
 	}
 
 	/**
-	 * @param list<ValueType> $values
+	 * @param array<ValueType> $values
 	 */
 	public function byValues(array $values): OrderBy
 	{
-- 
GitLab