Fix findOne() method annotation
[MAILPOET-2430]
This commit is contained in:
committed by
Jack Kitterhing
parent
e3cc5a0ec0
commit
4be306230b
@ -19,8 +19,8 @@ use MailPoet\WP\Functions as WPFunctions;
|
||||
* @method static array getQueryLog($connection_name = self::DEFAULT_CONNECTION)
|
||||
* @method array getConnectionNames()
|
||||
* @method $this useIdColumn($id_column)
|
||||
* @method $this|bool findOne($id=null)
|
||||
* @method static static|bool findOne($id=null)
|
||||
* @method $this|false findOne($id=null)
|
||||
* @method static static|false findOne($id=null)
|
||||
* @method array findMany()
|
||||
* @method static array findMany()
|
||||
* @method \MailPoetVendor\Idiorm\IdiormResultSet findResultSet()
|
||||
|
Reference in New Issue
Block a user