From 69eaa71fdefb69d1aa30a7c61562e380e74d5142 Mon Sep 17 00:00:00 2001 From: pepa-linha Date: Mon, 11 Feb 2019 12:37:24 +0100 Subject: [PATCH] Dibi\Fluent: add annotation for methods or() (#328) --- src/Dibi/Fluent.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Dibi/Fluent.php b/src/Dibi/Fluent.php index 198d24ba..8de2e447 100644 --- a/src/Dibi/Fluent.php +++ b/src/Dibi/Fluent.php @@ -30,6 +30,7 @@ namespace Dibi; * @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()