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

Passed
Pull Request — 0.12 (#553)
by
unknown
17:56
created
src/Config/Processor/InheritanceProcessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
         $parentTypes = \array_intersect_key($configs, \array_flip($parents));
85 85
 
86 86
         // Restore initial order
87
-        \uksort($parentTypes, function($a, $b) use ($parents, $child) {
87
+        \uksort($parentTypes, function ($a, $b) use ($parents, $child) {
88 88
             return array_search($a, $parents, true) > array_search($b, $parents, true);
89 89
         });
90 90
 
Please login to merge, or discard this patch.