diff --git a/src/Dibi/Fluent.php b/src/Dibi/Fluent.php index fc70e342..d89ba061 100644 --- a/src/Dibi/Fluent.php +++ b/src/Dibi/Fluent.php @@ -15,7 +15,7 @@ namespace Dibi; * * @method Fluent select(...$field) * @method Fluent distinct() - * @method Fluent from($table, ...$args) + * @method Fluent from($table, ...$args = null) * @method Fluent where(...$cond) * @method Fluent groupBy(...$field) * @method Fluent having(...$cond)