Skip to content

Commit 435edf2

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Update ExprBuilder.php
2 parents 1ca521d + 2a4d24d commit 435edf2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ public function ifNull(): static
9090

9191
/**
9292
* Tests if the value is empty.
93+
*
94+
* @return $this
9395
*/
94-
public function ifEmpty(): self
96+
public function ifEmpty(): static
9597
{
9698
$this->ifPart = function ($v) { return empty($v); };
9799

0 commit comments

Comments
 (0)