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 ( 136ebc...1faea8 )
by Eric
03:01
created
src/Service/Geocoder/GeocoderProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @param AbstractGeocoderRequest|Coordinate|string $request
62
+     * @param Coordinate $request
63 63
      *
64 64
      * @return GeocoderResponse
65 65
      */
Please login to merge, or discard this patch.
src/Service/TimeZone/Request/TimeZoneRequest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -439,7 +439,7 @@
 block discarded – undo
439 439
     }
440 440
 
441 441
     /**
442
-     * @return mixed[]
442
+     * @return string[]
443 443
      */
444 444
     public function buildQuery()
445 445
     {
Please login to merge, or discard this patch.