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
Branch master (c42f27)
by Der Mundschenk
03:27
created
src/class-dom.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -332,7 +332,6 @@
 block discarded – undo
332 332
 	 * Retrieves the tag name of the nearest block-level parent.
333 333
 	 *
334 334
 	 * @param \DOMNode $element A node.
335
-
336 335
 	 * @return string The tag name (or the empty string).
337 336
 	 */
338 337
 	public static function get_block_parent_name( \DOMNode $element ) {
Please login to merge, or discard this patch.
src/fixes/node-fixes/class-simple-style-fix.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,6 @@
 block discarded – undo
40 40
 
41 41
 	/**
42 42
 	 * The setting string used to enable/disable the fix (e.g. 'styleAmpersands').
43
-
44 43
 	 * @var string
45 44
 	 */
46 45
 	protected $settings_switch;
Please login to merge, or discard this patch.