We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -81,6 +81,9 @@ discard block |
||
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 |
||
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()) { |