error on deletion

I am using this

use backendless\Backendless;include “…/backendless/autoload.php”; include “Table_Classes/Voting.php”;Backendless::initApp(‘YOUR-REST-SECRET-KEY’, ‘YOUR-APPLICATION-ID’, ‘v1’);
$voting = new Voting();
Backendless::$Persistence->of(“Voting”)->removeBulk( $voting, “Likely=1” );

I am getting error as :urlencode() expects parameter 1 as string, object given and also
invalid where clause .

Hi Jack,

Please check version of your SDK. It should be latest.

Regards,

Denys

yeah it is

I cant understand what’s causing this kind of error

Hi Jack,

It looks like a bug in PHP sdk. Internal ticket with id BKNDLSS-13237 has been created for this issue.
As a tempory workaround, you can try js sdk or make rest queries by your self to our api.

Regards,

Denys

Is it fixed.if not how soon can you?