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 ( 27188e...e6c5aa )
by Anton
09:57
created
contrib/telegram.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -142,8 +142,8 @@  discard block
 block discarded – undo
142 142
 
143 143
     $httpie->send();
144 144
 })
145
-  ->once()
146
-  ->hidden();
145
+    ->once()
146
+    ->hidden();
147 147
 
148 148
 desc('Notifies Telegram about deploy failure');
149 149
 task('telegram:notify:failure', function () {
@@ -173,5 +173,5 @@  discard block
 block discarded – undo
173 173
 
174 174
     $httpie->send();
175 175
 })
176
-  ->once()
177
-  ->hidden();
176
+    ->once()
177
+    ->hidden();
Please login to merge, or discard this patch.