From 9e2a9366b48d226f571147b88d2b86d9f333c4bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Barto=C5=A1?= Date: Mon, 5 Jun 2023 00:12:15 +0200 Subject: [PATCH] Fluent: improved phpDoc --- src/Dibi/Fluent.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Dibi/Fluent.php b/src/Dibi/Fluent.php index 72b501d4..cdbd4199 100644 --- a/src/Dibi/Fluent.php +++ b/src/Dibi/Fluent.php @@ -27,6 +27,8 @@ * @method Fluent innerJoin(...$table) * @method Fluent rightJoin(...$table) * @method Fluent outerJoin(...$table) + * @method Fluent union(Fluent $fluent) + * @method Fluent unionAll(Fluent $fluent) * @method Fluent as(...$field) * @method Fluent on(...$cond) * @method Fluent and(...$cond)