We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -88,6 +88,9 @@ discard block |
||
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; |
@@ -192,6 +195,11 @@ discard block |
||
192 | 195 | return $this->prepareResult($result, $startTime, $startMemoryUsage); |
193 | 196 | } |
194 | 197 | |
198 | + /** |
|
199 | + * @param ExecutionResult $result |
|
200 | + * @param double $startTime |
|
201 | + * @param integer $startMemoryUsage |
|
202 | + */ |
|
195 | 203 | private function prepareResult($result, $startTime, $startMemoryUsage) |
196 | 204 | { |
197 | 205 | if ($this->hasDebugInfo()) { |