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

[5.4] Make blade 'or' keyword case insensitive #20425

Merged
merged 1 commit into from
Aug 4, 2017

Conversation

4refael
Copy link
Contributor

@4refael 4refael commented Aug 4, 2017

This will make the 'or' keyword case insensitive.
So {{ $email or old('email') }} will work the same as {{ $email OR old('email') }}.
Currently, the latter is evaluated to boolean.

@browner12
Copy link
Contributor

we are removing this in 5.5, correct?

@4refael 4refael deleted the blade_or branch August 14, 2017 05:56
@LucaRed
Copy link
Contributor

LucaRed commented Aug 15, 2017

Yes, because it's been replaced by the new PHP ?? operator.

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.

4 participants