We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -23,7 +23,7 @@ |
||
23 | 23 | } else { |
24 | 24 | $existing_entity = $this->crud->model->where([$field_name => $check_value])->first(); |
25 | 25 | |
26 | - if (! $existing_entity) { |
|
26 | + if (!$existing_entity) { |
|
27 | 27 | $response['success'] = true; |
28 | 28 | $response['message'] = null; |
29 | 29 | } else { |