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.
Test Failed
Push — master ( 76e678...34610a )
by Michel
02:32
created
src/AuthenticationMiddleware.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
      * @param string           $nonce The none which is generated
140 140
      * @param int              $timestamp The timestamp which is generated
141 141
      *
142
-     * @return array The data-array
142
+     * @return string[] The data-array
143 143
      */
144 144
     private function createDataElement(RequestInterface $request, string $nonce, int $timestamp)
145 145
     {
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
      * @param int    $timestamp The generated timestamp
164 164
      * @param string $hash The created hash
165 165
      *
166
-     * @return array The headers for the request
166
+     * @return string[] The headers for the request
167 167
      */
168 168
     private function createOAuthHeaders(string $nonce, int $timestamp, string $hash)
169 169
     {
Please login to merge, or discard this patch.