From 848ac76fed912d28ccef8c4da06759515a88d427 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 @@ namespace Dibi; * @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)