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.
Test Setup Failed
Push — 8.x-4.x-d9 ( 458372...9b0e4c )
by Kevin
04:53
created
df_tools_frontend/src/Controller/QuickEditImageBrowserController.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -97,8 +97,7 @@  discard block
 block discarded – undo
97 97
         ->getViewModes($entity->getEntityTypeId()));
98 98
       if (in_array($view_mode_id, $entity_view_mode_ids)) {
99 99
         $output = $entity->$field_name->view($view_mode_id);
100
-      }
101
-      else {
100
+      } else {
102 101
         // Each part of a custom (non-Entity Display) view mode ID is separated
103 102
         // by a dash; the first part must be the module name.
104 103
         $mode_id_parts = explode('-', $view_mode_id, 2);
@@ -115,8 +114,7 @@  discard block
 block discarded – undo
115 114
         'html' => $this->renderer->renderRoot($output),
116 115
       ];
117 116
       return new JsonResponse($data);
118
-    }
119
-    else {
117
+    } else {
120 118
       return new JsonResponse(['main_error' => $this->t('File does not exist.')]);
121 119
     }
122 120
   }
Please login to merge, or discard this patch.