This commit is contained in:
fogelito
2026-02-12 12:13:14 +02:00
parent 71a4e515cc
commit 3b86d23151
+1 -1
View File
@@ -188,7 +188,7 @@ class Client
if (isset($params['queries'])) {
foreach ($params['queries'] as $value) {
if (!is_string($value)) {
throw new Exception('Queries must be a strings');
throw new Exception('Queries must be converted to strings');
}
}
}