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 (#73)
by Jérémiah
13:19 queued 09:43
created
Request/Executor.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -81,6 +81,9 @@  discard block
 block discarded – undo
81 81
         return $this;
82 82
     }
83 83
 
84
+    /**
85
+     * @param string $name
86
+     */
84 87
     public function addSchema($name, Schema $schema)
85 88
     {
86 89
         $this->schemas[$name] = $schema;
@@ -176,6 +179,10 @@  discard block
 block discarded – undo
176 179
         return $this->prepareResult($result, $startTime, $startMemoryUsage);
177 180
     }
178 181
 
182
+    /**
183
+     * @param double $startTime
184
+     * @param integer $startMemoryUsage
185
+     */
179 186
     private function prepareResult($result, $startTime, $startMemoryUsage)
180 187
     {
181 188
         if ($this->hasDebugInfo()) {
Please login to merge, or discard this patch.