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 ( 24594f...2f1bd4 )
by Wade
03:06
created
src/Burthorpe/Runescape/Integrations/Laravel/RunescapeServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     /**
45 45
      * Get the services provided by the provider.
46 46
      *
47
-     * @return array
47
+     * @return string[]
48 48
      */
49 49
     public function provides()
50 50
     {
Please login to merge, or discard this patch.
src/Burthorpe/Runescape/RS3/Stats/Repository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
     /**
11 11
      * Creates an \Burthorpe\Runescape\RS3\Stats\Repository instance from a raw feed directly from Jagex
12 12
      *
13
-     * @param $rawFeed string Raw feed directly from Jagex
13
+     * @param \Psr\Http\Message\StreamInterface $rawFeed string Raw feed directly from Jagex
14 14
      * @return \Burthorpe\Runescape\RS3\Stats\Repository
15 15
      */
16 16
     public static function factory($rawFeed)
Please login to merge, or discard this patch.