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 ( 3a0cec...99453a )
by Dwight
14s queued 11s
created
src/ApnChannel.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
      * @param  \Pushok\Client  $client
83 83
      * @param  \NotificationChannels\Apn\ApnMessage  $message
84 84
      * @param  array  $tokens
85
-     * @return array
85
+     * @return \Pushok\ApnsResponseInterface[]
86 86
      */
87 87
     protected function sendNotifications(Client $client, ApnMessage $message, array $tokens)
88 88
     {
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
      *
99 99
      * @param mixed $notifiable
100 100
      * @param \Illuminate\Notifications\Notification $notification
101
-     * @param array $responses
101
+     * @param \Pushok\ApnsResponseInterface[] $responses
102 102
      * @return void
103 103
      */
104 104
     protected function dispatchEvents($notifiable, $notification, array $responses)
Please login to merge, or discard this patch.