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 (#710)
by Vincent
06:57
created
src/Config/Parser/Annotation/GraphClass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
      */
65 65
     public function getMethodsNames(): array
66 66
     {
67
-        return array_map(fn (ReflectionMethod $method) => $method->getName(), $this->getMethods());
67
+        return array_map(fn(ReflectionMethod $method) => $method->getName(), $this->getMethods());
68 68
     }
69 69
 
70 70
     public function getMethodAnnotations(string $name): array
Please login to merge, or discard this patch.