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 ( 1d9f08...0bf2c9 )
by Jhao
02:36
created
src/SmscRuChannel.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -61,6 +61,9 @@
 block discarded – undo
61 61
         return [$to];
62 62
     }
63 63
 
64
+    /**
65
+     * @param string[] $recipients
66
+     */
64 67
     protected function sendMessage($recipients, SmscRuMessage $message)
65 68
     {
66 69
         if (\mb_strlen($message->content) > 800) {
Please login to merge, or discard this patch.