mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Message
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user