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
Push — 2.0 ( 90d528...00d2e6 )
by Nico
03:49
created
src/Modules/Base.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@  discard block
 block discarded – undo
22 22
 
23 23
     /**
24 24
      * Base constructor.
25
-     * @param $apikey
26
-     * @param $endpoint
25
+     * @param string $apikey
26
+     * @param string $endpoint
27 27
      */
28 28
     public function __construct($apikey, $endpoint)
29 29
     {
@@ -127,8 +127,8 @@  discard block
 block discarded – undo
127 127
     /**
128 128
      * Perform an http call. This method is used by the resource specific classes.
129 129
      *
130
-     * @param $method
131
-     * @param $url
130
+     * @param string $method
131
+     * @param string $url
132 132
      * @param $payload
133 133
      *
134 134
      * @return string|object
Please login to merge, or discard this patch.