We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -28,7 +28,7 @@ |
||
28 | 28 | |
29 | 29 | public function isRequired($inputName, $operation) |
30 | 30 | { |
31 | - if (! isset($this->requiredFields[$operation])) { |
|
31 | + if (!isset($this->requiredFields[$operation])) { |
|
32 | 32 | return false; |
33 | 33 | } |
34 | 34 |