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 (#35)
by Jérémiah
13:35
created
Tests/Functional/app/Mutation/SimpleMutationWithThunkFieldsMutation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 {
16 16
     private static $hasMutate = false;
17 17
 
18
-    public static function hasMutate($reset  = false)
18
+    public static function hasMutate($reset = false)
19 19
     {
20 20
         $hasMutate = self::$hasMutate;
21 21
 
Please login to merge, or discard this patch.
Resolver/Config/TypeConfigSolution.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
     public function solveTypeCallback($values)
20 20
     {
21
-        return function () use ($values) {
21
+        return function() use ($values) {
22 22
             return $this->solveType($values);
23 23
         };
24 24
     }
@@ -49,6 +49,6 @@  discard block
 block discarded – undo
49 49
 
50 50
     public function solveInterfaces(array $rawInterfaces)
51 51
     {
52
-        return function () use ($rawInterfaces) { return $this->solveTypes($rawInterfaces, self::INTERFACE_CLASS); };
52
+        return function() use ($rawInterfaces) { return $this->solveTypes($rawInterfaces, self::INTERFACE_CLASS); };
53 53
     }
54 54
 }
Please login to merge, or discard this patch.