Closed elazar closed 9 years ago
Is this the only DocBlock issue you've found so far? It would be nice to get all of them updated in one pass, if possible.
It is indeed the only one I've come across so far.
Would you mind going through and looking for others? It would be really nice to have up-to-date documentation. :-)
Honestly, I only happened across this one while using the code for work. I could go through the rest, but I don't know how soon I'd be able to get to it. I have a lot of demands on my time at the moment. :(
No worries. :-)
We're all in similar boats ourselves.
Thanks! :+1:
The docblock for the $payload property in the Resque_Job class is object, which is inconsistent with the array type used for the corresponding constructor parameter. Other usage of the $payload property, such as in updateStatus(), indicate that array seems to be correct.