Removing extra whitespace, phpcs fix

This commit is contained in:
Ceeram 2013-04-23 12:54:48 +02:00
parent dbc2a7a9e4
commit ef90850801

View file

@ -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);