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 ( 265d59...d05319 )
by Zordius
04:02 queued 10s
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.
src/Compiler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -208,7 +208,7 @@
 block discarded – undo
208 208
      * @param array<string,array|string|integer> $context current compile context
209 209
      * @param array<boolean|integer|string|array> $vars parsed arguments list
210 210
      *
211
-     * @return array<string> code representing passed expression
211
+     * @return string[] code representing passed expression
212 212
      */
213 213
     public static function compileSubExpression(&$context, $vars)
214 214
     {
Please login to merge, or discard this patch.