mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 13:47:33 +02:00
Dibi\Fluent: add annotation for methods or() (#328)
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user