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 (#179)
by Jérémiah
19:42
created
Request/Executor.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -88,6 +88,9 @@
 block discarded – undo
88 88
         return $this;
89 89
     }
90 90
 
91
+    /**
92
+     * @param string $name
93
+     */
91 94
     public function addSchema($name, Schema $schema)
92 95
     {
93 96
         $this->schemas[$name] = $schema;
Please login to merge, or discard this patch.
Tests/Functional/Type/DefinitionTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
             'description' => null,
36 36
             'deprecationReason' => 'Just because',
37 37
             'value' => 'foo',
38
-        ],  $value->config);
38
+        ], $value->config);
39 39
         $this->assertEquals(true, $this->isDeprecated($value));
40 40
     }
41 41
 
Please login to merge, or discard this patch.