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 ( 5472cc...5f2b62 )
by Nathan
04:15
created
src/Parser.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
     /**
96 96
      * Determine if the payload contains a non-empty value for a given key.
97 97
      *
98
-     * @param  string|array $keys
98
+     * @param  string|null $keys
99 99
      *
100 100
      * @return bool
101 101
      */
@@ -356,7 +356,7 @@  discard block
 block discarded – undo
356 356
     /**
357 357
      * Return a value from the array identified from the key.
358 358
      *
359
-     * @param $key
359
+     * @param string|null $key
360 360
      * @param $data
361 361
      * @return mixed
362 362
      */
Please login to merge, or discard this patch.
src/ParserServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * Get the services provided by the provider.
37 37
      *
38
-     * @return array
38
+     * @return string[]
39 39
      */
40 40
     public function provides()
41 41
     {
Please login to merge, or discard this patch.