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
Push — master ( c3e516...c55132 )
by Christian
01:58
created
src/Twig/Extension/UrlAutoConverterTwigExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * (c) Christian Gripp <[email protected]>
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
      */
119 119
     protected function encryptMail(array $matches): string
120 120
     {
121
-        [, , $email, , $text] = $matches;
121
+        [,, $email,, $text] = $matches;
122 122
 
123 123
         if ($text === $email) {
124 124
             $text = '';
Please login to merge, or discard this patch.