Skip to content

[12.x] standardize multiline ternaries #55056

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

Merged
merged 1 commit into from
Mar 17, 2025

Conversation

browner12
Copy link
Contributor

if either the truthy or falsy expression is on a newline, make them both on a new line, and indent exactly once.

I don't think we have to go so far as to say ALL ternaries need to be multi-line, but I would say if one expression is, they both should be.

will make for easy readability and better diffs.

unable to found an automation rule for this yet, but will keep looking.

if either the truthy or falsy expression is on a newline, make them both on a new line, and indent exactly once.

I don't think we have to go so far as to say ALL ternaries need to be multi-line, but I would say if one expression is, they both should be.

will make for easy readability and better diffs.

unable to found an automation rule for this yet, but will keep looking.
@taylorotwell taylorotwell merged commit 472ea91 into laravel:12.x Mar 17, 2025
41 checks passed
@browner12 browner12 deleted the AB-ternary-standardization branch March 17, 2025 21:37
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