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

[ExpressionLanguage] Add min and max php functions #53728

Merged
merged 1 commit into from
Feb 3, 2024

Conversation

maxbeckers
Copy link
Contributor

Q A
Branch? 7.1
Bug fix? no
New feature? yes
Deprecations? no
Issues Fix #53627
License MIT

Add support for php min and max functions in the ExpressionLanguage.

I'll create also a pr for the docs when it's merged.

@carsonbot carsonbot added this to the 7.1 milestone Feb 2, 2024
@carsonbot carsonbot changed the title [ExpressionLanguage] Add min and max php functions [ExpressionLanguage] Add min and max php functions Feb 2, 2024
@maxbeckers maxbeckers force-pushed the patch-53627_min_max_expression branch from b2a2efe to f28f610 Compare February 2, 2024 06:53
7.1
---

* Add support for php `min` and `max` functions
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
* Add support for php `min` and `max` functions
* Add support for PHP `min` and `max` functions

@fabpot
Copy link
Member

fabpot commented Feb 3, 2024

Thank you @maxbeckers.

@fabpot fabpot merged commit 06c7b81 into symfony:7.1 Feb 3, 2024
5 of 9 checks passed
@fabpot fabpot mentioned this pull request May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add min/max PHP functions to Expression language
3 participants