Skip to content

Commit a525715

Browse files
authored
Update ExprBuilder.php
adapt to @return types of all others if* functions.
1 parent c886540 commit a525715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function ifNull()
9191
/**
9292
* Tests if the value is empty.
9393
*
94-
* @return ExprBuilder
94+
* @return $this
9595
*/
9696
public function ifEmpty()
9797
{

0 commit comments

Comments
 (0)