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.
Completed
Push — 8.x-2.x ( 0e9239...19b429 )
by Samuel
03:38
created
src/Plugin/Field/FieldFormatter/PanelizerThumbnailFormatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -284,7 +284,7 @@
 block discarded – undo
284 284
       }
285 285
       else if ($referenced_entity instanceof MediaInterface) {
286 286
         if ($depth < self::DEPTH_LIMIT && $file = $this->getFileFromEntity($referenced_entity)) {
287
-          $return =  $file;
287
+          $return = $file;
288 288
         }
289 289
       }
290 290
     }
Please login to merge, or discard this patch.