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 (#1)
by Cees-Jan
05:37
created
src/Install.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -131,6 +131,9 @@
 block discarded – undo
131 131
         return 0;
132 132
     }
133 133
 
134
+    /**
135
+     * @param string $input
136
+     */
134 137
     private function validate(callable $validator, $input): bool
135 138
     {
136 139
         try {
Please login to merge, or discard this patch.