Skip to content

Commit

Permalink
Update ExprBuilder.php
Browse files Browse the repository at this point in the history
adapt to @return types of all others if* functions.
  • Loading branch information
gassan authored Jan 1, 2022
1 parent 03218ff commit 349868b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Definition/Builder/ExprBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function ifNull()
/**
* Tests if the value is empty.
*
* @return ExprBuilder
* @return $this
*/
public function ifEmpty()
{
Expand Down

0 comments on commit 349868b

Please sign in to comment.