-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
PSR-2 Formatting #25
PSR-2 Formatting #25
Conversation
Can we remove the merge commits? |
yup yup |
Looks like we couldn't avoid the conflicts 😠 |
Pretty much all indentation related.
@Ethan3600 I rebased to fix the conflicts |
} | ||
} | ||
|
||
public function dispatchCron($jobId = null, $jobCode, $schedule = null) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was the only remaining item picked up by the linter/sniffer I was using. Arguments with default values should be after required arguments, but it didn't look right to have the id after the job code. Any thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with you, the ID should take precedence. Let's let it slide this time.
di.xml
Related to #22