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

Use Github actions with style #233

Merged
merged 5 commits into from
Jan 18, 2021
Merged

Use Github actions with style #233

merged 5 commits into from
Jan 18, 2021

Conversation

Nyholm
Copy link
Contributor

@Nyholm Nyholm commented Jan 18, 2021

No description provided.

@Nyholm Nyholm requested a review from BackEndTea January 18, 2021 10:51
if (!$correct) {
$correct = in_array($fullMethodName, self::$mixinMethodNames, true);
}

if ($correct === false) {
if (false === $correct) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Free to ignore: not really a fan of yoda conditionals, i'd prefer to skip that rule.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can see their value, but Im not in love with them.

This is reverted.

@Nyholm Nyholm merged commit bb3cf2e into webmozarts:master Jan 18, 2021
@Nyholm
Copy link
Contributor Author

Nyholm commented Jan 18, 2021

Thank you for the review

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.

2 participants