Skip to content

Commit

Permalink
Removing extra whitespace, phpcs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed Apr 23, 2013
1 parent dbc2a7a commit ef90850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Datasource/DboSource.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2588,7 +2588,7 @@ protected function _parseKey($model, $key, $value) {
} }


if (!preg_match($operatorMatch, trim($operator))) { if (!preg_match($operatorMatch, trim($operator))) {
$operator .= is_array($value) ? ' IN' : ' ='; $operator .= is_array($value) ? ' IN' : ' =';
} }
$operator = trim($operator); $operator = trim($operator);


Expand Down

0 comments on commit ef90850

Please sign in to comment.