1
0
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:
pepa-linha
2019-02-11 12:37:24 +01:00
committed by David Grudl
parent f895493016
commit 69eaa71fde

View File

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