Expected behavior
Here I hope the condition should be count($check) > 0
The condition checks if count($check) <= 0, i.e., if the result is empty or has no items.
But the exception message says: "Bucket wasn't empty." — that’s the opposite.
Actual behavior
The condition checks if count($check) <= 0, i.e., if the result is empty or has no items.
But the exception message says: "Bucket wasn't empty." — that’s the opposite.
Steps to reproduce
Logs / stacktrace (if applicable)
Which SDK were you using?
PHP
Which OS were you using?
Linux
SDK version
No response
OS version
No response
Expected behavior
Here I hope the condition should be count($check) > 0
The condition checks if count($check) <= 0, i.e., if the result is empty or has no items.
But the exception message says: "Bucket wasn't empty." — that’s the opposite.
Actual behavior
The condition checks if count($check) <= 0, i.e., if the result is empty or has no items.
But the exception message says: "Bucket wasn't empty." — that’s the opposite.
Steps to reproduce
Logs / stacktrace (if applicable)
Which SDK were you using?
PHP
Which OS were you using?
Linux
SDK version
No response
OS version
No response