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

Test Setup Failed
Pull Request — master (#1172)
by Vincent
19:32
created
src/Config/Parser/MetadataParser/MetadataParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -685,7 +685,7 @@
 block discarded – undo
685 685
                 $fieldConfiguration['type'] = $fieldType;
686 686
             }
687 687
 
688
-            if($fieldMetadata instanceof InputField && $fieldMetadata->defaultValue !== null) {
688
+            if ($fieldMetadata instanceof InputField && $fieldMetadata->defaultValue !== null) {
689 689
                 $fieldConfiguration['defaultValue'] = $fieldMetadata->defaultValue;
690 690
             } elseif ($reflector->hasDefaultValue()) {
691 691
                 $fieldConfiguration['defaultValue'] = $reflector->getDefaultValue();
Please login to merge, or discard this patch.