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 ( 7cf92f...755b86 )
by Pavel
02:20
created
src/Transport/MailmanTransport.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,8 +49,7 @@
 block discarded – undo
49 49
             if (count($recipientsDiff) === 0) {
50 50
                 $mailmanMessage->allow();
51 51
             }
52
-        }
53
-        else
52
+        } else
54 53
         {
55 54
             $mailmanMessage->allow();
56 55
         }
Please login to merge, or discard this patch.