When I call any query method, I get the following error:
Deprecated: Return type of Appwrite\Query::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
My code is as follows:
var_dump(Query::equal("demo-attribute", "demo value"));
I'm using SDK version 11.0.0