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 ( 7dd1a3...36003d )
by Sam
03:06
created
src/Module.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -313,6 +313,9 @@
 block discarded – undo
313 313
         }
314 314
     }
315 315
 
316
+    /**
317
+     * @param string $name
318
+     */
316 319
     private function add($name, array $value): void
317 320
     {
318 321
         if (!\property_exists($this, $name)) {
Please login to merge, or discard this patch.