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
Branch master (a0b676)
by Freek
05:13
created
src/ClickatellClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
     }
44 44
 
45 45
     /**
46
-     * @return array
46
+     * @return integer[]
47 47
      */
48 48
     public function getFailedQueueCodes()
49 49
     {
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @return array
62
+     * @return integer[]
63 63
      */
64 64
     public function getRetryQueueCodes()
65 65
     {
Please login to merge, or discard this patch.