Add some missing annotations

[MAILPOET-2429]
This commit is contained in:
Jan Jakeš
2019-10-17 09:21:33 +02:00
committed by Jack Kitterhing
parent 0092a54a77
commit 10a98031e8
4 changed files with 6 additions and 1 deletions

View File

@@ -74,6 +74,7 @@ use MailPoet\WP\Functions as WPFunctions;
* @method $this whereRaw($clause, $parameters=array())
* @method static $this whereRaw($clause, $parameters=array())
* @method $this deleteMany()
* @method static $this deleteMany()
* @method $this orderByDesc($column_name)
* @method static $this orderByDesc($column_name)
* @method $this orderByAsc($column_name)