We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -98,7 +98,7 @@ |
||
98 | 98 | foreach ($whereToSearch as $searchColumn) { |
99 | 99 | $columnType = $conn->getSchemaBuilder()->getColumnType($table, $searchColumn); |
100 | 100 | |
101 | - $operation = ! isset($isFirst) ? 'where' : 'orWhere'; |
|
101 | + $operation = !isset($isFirst) ? 'where' : 'orWhere'; |
|
102 | 102 | |
103 | 103 | if ($columnType == 'string') { |
104 | 104 | $instance->{$operation}($searchColumn, 'LIKE', '%'.$search_term.'%'); |