Skip to content

Commit 9e2a936

Browse files
mabardg
authored andcommitted
Fluent: improved phpDoc
1 parent 6e12374 commit 9e2a936

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Dibi/Fluent.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
* @method Fluent innerJoin(...$table)
2828
* @method Fluent rightJoin(...$table)
2929
* @method Fluent outerJoin(...$table)
30+
* @method Fluent union(Fluent $fluent)
31+
* @method Fluent unionAll(Fluent $fluent)
3032
* @method Fluent as(...$field)
3133
* @method Fluent on(...$cond)
3234
* @method Fluent and(...$cond)

0 commit comments

Comments
 (0)