mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Removing extra whitespace, phpcs fix
This commit is contained in:
parent
dbc2a7a9e4
commit
ef90850801
1 changed files with 1 additions and 1 deletions
|
@ -2588,7 +2588,7 @@ class DboSource extends DataSource {
|
|||
}
|
||||
|
||||
if (!preg_match($operatorMatch, trim($operator))) {
|
||||
$operator .= is_array($value) ? ' IN' : ' =';
|
||||
$operator .= is_array($value) ? ' IN' : ' =';
|
||||
}
|
||||
$operator = trim($operator);
|
||||
|
||||
|
|
Loading…
Reference in a new issue