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.
Passed
Branch master (e1b1ff)
by Feyman
04:37
created
src/ApiClient.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -313,7 +313,7 @@  discard block
 block discarded – undo
313 313
      * @param string $uri
314 314
      * @param array  $query
315 315
      *
316
-     * @return mixed|null
316
+     * @return ApiClient
317 317
      */
318 318
     public function get($uri, $query = [])
319 319
     {
@@ -326,7 +326,7 @@  discard block
 block discarded – undo
326 326
      * @param string $uri
327 327
      * @param array  $data
328 328
      *
329
-     * @return mixed|null
329
+     * @return ApiClient
330 330
      */
331 331
     public function post($uri, $data = [])
332 332
     {
@@ -339,7 +339,7 @@  discard block
 block discarded – undo
339 339
      * @param string $uri
340 340
      * @param array  $data
341 341
      *
342
-     * @return mixed|null
342
+     * @return ApiClient
343 343
      */
344 344
     public function put($uri, $data = [])
345 345
     {
@@ -475,10 +475,10 @@  discard block
 block discarded – undo
475 475
     /**
476 476
      * 创建一个日志中间件
477 477
      *
478
-     * @param $logger
478
+     * @param LoggerInterface $logger
479 479
      * @param $Format
480 480
      *
481
-     * @return callable
481
+     * @return \Closure
482 482
      */
483 483
     private function createGuzzleLoggingMiddleware($logger, $Format)
484 484
     {
Please login to merge, or discard this patch.