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 ( 31b803...f5f307 )
by Zordius
11:14 queued 01:27
created
src/Compiler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -200,7 +200,7 @@
 block discarded – undo
200 200
      * @param array<string,array|string|integer> $context current compile context
201 201
      * @param array<boolean|integer|string|array> $vars parsed arguments list
202 202
      *
203
-     * @return array<string> code representing passed expression
203
+     * @return string[] code representing passed expression
204 204
      */
205 205
     public static function compileSubExpression(&$context, $vars) {
206 206
         $ret = static::customHelper($context, $vars, true, true, true);
Please login to merge, or discard this patch.
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.