Skip to content

Commit

Permalink
Dibi\Fluent: add annotation for methods or() (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepa-linha authored and dg committed Feb 11, 2019
1 parent f895493 commit 69eaa71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dibi/Fluent.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* @method Fluent as(...$field)
* @method Fluent on(...$cond)
* @method Fluent and(...$cond)
* @method Fluent or(...$cond)
* @method Fluent using(...$cond)
* @method Fluent asc()
* @method Fluent desc()
Expand Down

0 comments on commit 69eaa71

Please sign in to comment.