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
Pull Request — master (#79)
by Dwight
03:44
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
     {
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
     /**
97 97
      * Dispatch failed events for notifications that weren't delivered.
98 98
      *
99
-     * @param  array  $responses
99
+     * @param  \Pushok\ApnsResponseInterface[]  $responses
100 100
      * @return void
101 101
      */
102 102
     protected function dispatchEvents(array $responses)
Please login to merge, or discard this patch.