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
Branch 0.x (f91465)
by Jakub
08:30
created
src/Exceptions/VippsException.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     }
93 93
 
94 94
     /**
95
-     * @return mixed
95
+     * @return integer
96 96
      */
97 97
     public function getErrorCode()
98 98
     {
Please login to merge, or discard this patch.
src/Vipps.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -231,8 +231,8 @@
 block discarded – undo
231 231
 
232 232
     /**
233 233
      * Return request for method
234
-     * @param $method
235
-     * @param $uri
234
+     * @param string $method
235
+     * @param string $uri
236 236
      * @param array $payload
237 237
      * @return RequestInterface
238 238
      */
Please login to merge, or discard this patch.