Closed djjavo closed 3 years ago
I am getting a PHP error A void function must not return a value on your backfill method. I can see the method has a return statement, is the void annotation correct?
A void function must not return a value
backfill
@djjavo Can you make the changes and open pull request?
@djjavo You can use version 1.6 while i fix the errors
@djjavo I have created new release and fixed the void errors and added example
I am getting a PHP error
A void function must not return a value
on yourbackfill
method. I can see the method has a return statement, is the void annotation correct?