Upgrade PHPStan level to 5
[MAILPOET-1915]
This commit is contained in:
@ -41,12 +41,12 @@ if (!defined('ABSPATH')) exit;
|
||||
* @method $this selectMany(...$values)
|
||||
* @method static static selectMany(...$values)
|
||||
* @method static selectManyExpr($values)
|
||||
* @method $this rawJoin($table, $constraint, $table_alias, $parameters = array())
|
||||
* @method $this innerJoin($table, $constraint, $table_alias=null)
|
||||
* @method $this join(string $table, string $constraint, $table_alias=null)
|
||||
* @method $this leftOuterJoin($table, $constraint, $table_alias=null)
|
||||
* @method $this rightOuterJoin($table, $constraint, $table_alias=null)
|
||||
* @method $this fullOuterJoin($table, $constraint, $table_alias=null)
|
||||
* @method $this rawJoin(string $table, string|array $constraint, string $table_alias, array $parameters = array())
|
||||
* @method $this innerJoin(string $table, string|array $constraint, string $table_alias=null)
|
||||
* @method $this join(string $table, string|array $constraint, string $table_alias=null)
|
||||
* @method $this leftOuterJoin(string $table, string|array $constraint, string $table_alias=null)
|
||||
* @method $this rightOuterJoin(string $table, string|array $constraint, string $table_alias=null)
|
||||
* @method $this fullOuterJoin(string $table, string|array $constraint, string $table_alias=null)
|
||||
* @method $this where($column_name, $value=null)
|
||||
* @method static $this where($column_name, $value=null)
|
||||
* @method $this whereEqual($column_name, $value=null)
|
||||
|
Reference in New Issue
Block a user