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 (#14)
by Felix
01:20
created
src/View.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -165,6 +165,7 @@
 block discarded – undo
165 165
 
166 166
     /**
167 167
      * Escape a string for output in view script.
168
+     * @param string $string
168 169
      */
169 170
     public function escape(?string $string, int $flags = \ENT_QUOTES): string
170 171
     {
Please login to merge, or discard this patch.