Fix ESLint and PHPCS errors
This commit is contained in:
committed by
M. Shull
parent
abfd00fd6d
commit
0d27d0f7a6
@ -44,6 +44,7 @@ if (!defined('ABSPATH')) exit;
|
||||
* @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 static static 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)
|
||||
|
Reference in New Issue
Block a user