We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -95,7 +95,7 @@ |
||
95 | 95 | foreach ($whereToSearch as $searchColumn) { |
96 | 96 | $columnType = $conn->getSchemaBuilder()->getColumnType($table, $searchColumn); |
97 | 97 | |
98 | - if (! isset($isFirst)) { |
|
98 | + if (!isset($isFirst)) { |
|
99 | 99 | $operation = 'where'; |
100 | 100 | } else { |
101 | 101 | $operation = 'orWhere'; |