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 (#8)
by Alexander
05:08
created
src/Zbox/UnifiedPush/Utils/SocketClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -279,7 +279,7 @@
 block discarded – undo
279 279
 
280 280
     /**
281 281
      * Gets combination of connection flags
282
-     * @return array
282
+     * @return integer|null
283 283
      */
284 284
     public function getConnectionFlags()
285 285
     {
Please login to merge, or discard this patch.
src/Zbox/UnifiedPush/NotificationService/APNS/ServiceFeedbackClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      * @return bool
26 26
      */
27 27
     /**
28
-     * @return \ArrayIterator
28
+     * @return ResponseFeedback
29 29
      */
30 30
     public function sendRequest()
31 31
     {
Please login to merge, or discard this patch.