Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Completed
Pull Request — master (#1495)
by Cristian
08:28
created
src/PanelTraits/RequiredFields.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.