From b50f59c64cce2bd5899f08a07548d004a2fa1fd7 Mon Sep 17 00:00:00 2001 From: Petr Soukup Date: Fri, 18 Mar 2016 15:40:16 +0100 Subject: [PATCH] Fluent: missing annotation --- src/Dibi/Fluent.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Dibi/Fluent.php b/src/Dibi/Fluent.php index 182881b7..a491d581 100644 --- a/src/Dibi/Fluent.php +++ b/src/Dibi/Fluent.php @@ -25,6 +25,7 @@ namespace Dibi; * @method Fluent innerJoin(...$table) * @method Fluent rightJoin(...$table) * @method Fluent outerJoin(...$table) + * @method Fluent as(...$field) * @method Fluent on(...$cond) * @method Fluent using(...$cond) */