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 ( e195ef...2f92d5 )
by Tobias
16s
created
src/Common/Query/GeocodeQuery.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -170,9 +170,9 @@
 block discarded – undo
170 170
 
171 171
     /**
172 172
      * @param string     $name
173
-     * @param mixed|null $default
173
+     * @param string|null $default
174 174
      *
175
-     * @return mixed
175
+     * @return null|string
176 176
      */
177 177
     public function getData(string $name, $default = null)
178 178
     {
Please login to merge, or discard this patch.