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 — master ( 6933a1...436cbb )
by Christian
08:26 queued 05:41
created
src/EventListener/ORM/SortableListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
      * @param LifecycleEventArgs $args
104 104
      * @param int|null           $oldPosition
105 105
      */
106
-    private function uniquePosition(LifecycleEventArgs $args, ? int $oldPosition = null): void
106
+    private function uniquePosition(LifecycleEventArgs $args, ? int $oldPosition = null) : void
107 107
     {
108 108
         $entity = $args->getEntity();
109 109
 
Please login to merge, or discard this patch.