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 ( 8bb452...7100ee )
by Zordius
05:07 queued 01:45
created
src/Partial.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
      *
177 177
      * @param array<string,array|string|integer> $context Current context of compiler progress.
178 178
      * @param string $template template string
179
-     * @param string|integer $name partial name or 0
179
+     * @param integer $name partial name or 0
180 180
      *
181 181
      * @return string $code compiled PHP code
182 182
      */
Please login to merge, or discard this patch.