- First commit to issue fork.
- @leontin opened merge request.
- @leontin opened merge request.
- 🇨🇦Canada gwvoigt London, ON 🇨🇦
Patch 17 applies correctly but it causes an error in QueueWorker.php in getStashedResultCount() function because it removes a + operator that shoudl stay there, otherwise it returns (int)(int) while should be (int)+(int), causing php error: Value of type int is not callable. Uploading a patch that fix that.