Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.0] Fix no failing jobs problem #532

Merged
merged 2 commits into from
Feb 28, 2019
Merged

[3.0] Fix no failing jobs problem #532

merged 2 commits into from
Feb 28, 2019

Conversation

driesvints
Copy link
Member

When a failed job is ready to be displayed the startingAt needs to be taken into account of being '0'. It'll later be added by 1 in the implementation below so we need to start with a -1 instead.

Also fixed two incorrect return types.

Fixes #530

When a failed job is ready to be displayed the `startingAt` needs to be taken into account of being '0'. It'll later be added by 1 in the implementation below so we need to start with a `-1` instead.

Fixes #530
@taylorotwell taylorotwell merged commit 8bd8ad1 into laravel:3.0 Feb 28, 2019
@driesvints driesvints deleted the fix-no-failing-jobs-problem branch February 28, 2019 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed job not showing
2 participants