Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

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.
Passed
Pull Request — master (#44)
by Der Mundschenk
02:23
created
src/class-text-parser.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -390,7 +390,7 @@  discard block
 block discarded – undo
390 390
 	 * Checks if the predecessor of the current token is of a certain type.
391 391
 	 *
392 392
 	 * @param  int   $type   A valid token type (e.g. Token::WORD).
393
-	 * @param  array $tokens An array of tokens.
393
+	 * @param  Token[] $tokens An array of tokens.
394 394
 	 * @param  int   $index  The current token index.
395 395
 	 * @param  int   $steps  Optional. The number steps to go back for the check. Default 1.
396 396
 	 *
@@ -404,7 +404,7 @@  discard block
 block discarded – undo
404 404
 	 * Checks if the predecessor of the current token is not of a certain type.
405 405
 	 *
406 406
 	 * @param  int   $type   A valid token type (e.g. Token::WORD).
407
-	 * @param  array $tokens An array of tokens.
407
+	 * @param  Token[] $tokens An array of tokens.
408 408
 	 * @param  int   $index  The current token index.
409 409
 	 * @param  int   $steps  Optional. The number steps to go back for the check. Default 1.
410 410
 	 *
Please login to merge, or discard this patch.