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 ( 9f7393...11090a )
by Dominic
02:14
created
src/Client.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
      * @param String[] $data
103 103
      * @param int      $maxLength
104 104
      * @param string   $glue
105
-     * @return array<array<int,string>>
105
+     * @return string[]
106 106
      */
107 107
     protected function fillPackets(array $data, $maxLength, $glue = "\n")
108 108
     {
Please login to merge, or discard this patch.