Skip to content

Commit

Permalink
minor #6922 [Config] Add ExprBuilder::ifEmpty() (ogizanagi)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

[Config] Add ExprBuilder::ifEmpty()

After symfony/symfony#19764

Commits
-------

f0fe739 [WCM][Config] Add ExprBuilder::ifEmpty()
  • Loading branch information
weaverryan committed Sep 18, 2016
2 parents b386600 + f0fe739 commit 8126206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/config/definition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ the following ways:
- ``ifTrue()``
- ``ifString()``
- ``ifNull()``
- ``ifEmpty()`` (since Symfony 3.2)
- ``ifArray()``
- ``ifInArray()``
- ``ifNotInArray()``
Expand Down

0 comments on commit 8126206

Please sign in to comment.