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
Pull Request — master (#117)
by Walt
05:34
created
src/Provider/AbstractProvider.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -254,6 +254,10 @@
 block discarded – undo
254 254
         return true;
255 255
     }
256 256
 
257
+    /**
258
+     * @param string $group
259
+     * @param string $part
260
+     */
257 261
     protected function getRealResult($value, $group = null, $part = null)
258 262
     {
259 263
         if ($this->isRealResult($value, $group, $part) === true) {
Please login to merge, or discard this patch.
src/Model/UserAgent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
 
56 56
     /**
57 57
      *
58
-     * @param string $provider
58
+     * @param string $providerName
59 59
      */
60 60
     public function __construct($providerName = null, $providerVersion = null)
61 61
     {
Please login to merge, or discard this patch.