We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -95,7 +95,7 @@ |
||
| 95 | 95 | * @param GraphQLError[] $errors |
| 96 | 96 | * @param bool $throwRawException |
| 97 | 97 | * |
| 98 | - * @return array |
|
| 98 | + * @return callable |
|
| 99 | 99 | * |
| 100 | 100 | * @throws \Error|\Exception |
| 101 | 101 | */ |
@@ -52,7 +52,7 @@ |
||
| 52 | 52 | } |
| 53 | 53 | |
| 54 | 54 | /** |
| 55 | - * @param \Throwable $exception |
|
| 55 | + * @param \Exception $exception |
|
| 56 | 56 | * @param string $errorLevel |
| 57 | 57 | */ |
| 58 | 58 | public function logException($exception, $errorLevel = LogLevel::ERROR) |