We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -42,7 +42,7 @@ |
||
42 | 42 | */ |
43 | 43 | public function isRequired($inputName, $operation) |
44 | 44 | { |
45 | - if (! isset($this->requiredFields[$operation])) { |
|
45 | + if (!isset($this->requiredFields[$operation])) { |
|
46 | 46 | return false; |
47 | 47 | } |
48 | 48 |