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

GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Passed
Pull Request — master (#705)
by Alexander
07:11 queued 03:53
created
Classes/Controller/MetadataController.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -281,7 +281,8 @@  discard block
 block discarded – undo
281 281
      *
282 282
      * @return array metadata
283 283
      */
284
-    private function getMetadata() {
284
+    private function getMetadata()
285
+    {
285 286
         $metadata = [];
286 287
         if ($this->settings['rootline'] < 2) {
287 288
             // Get current structure's @ID.
@@ -319,7 +320,8 @@  discard block
 block discarded – undo
319 320
      *
320 321
      * @return array metadata
321 322
      */
322
-    private function getMetadataForIds($id, $metadata) {
323
+    private function getMetadataForIds($id, $metadata)
324
+    {
323 325
         $useOriginalIiifManifestMetadata = $this->settings['originalIiifMetadata'] == 1 && $this->document->getDoc() instanceof IiifManifest;
324 326
         foreach ($id as $sid) {
325 327
             if ($useOriginalIiifManifestMetadata) {
Please login to merge, or discard this patch.