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()