mirror of
https://github.com/dg/dibi.git
synced 2025-08-04 21:28:02 +02:00
typo
for example fluent: $dibiConnection->select(‘id’) ->from(‘users’); will not pass static analysis although is completely valid code.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user