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
Branch master (e2fda5)
by Christian
03:42
created
Category
src/Twig/Extension/UrlAutoConverterTwigExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
      */
117 117
     protected function encryptMail($matches): string
118 118
     {
119
-        list(, , $email, , $text) = $matches;
119
+        list(,, $email,, $text) = $matches;
120 120
 
121 121
         if ($text === $email) {
122 122
             $text = '';
Please login to merge, or discard this patch.