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
Push — master ( 06de54...39ad46 )
by Sebastian
03:12
created
dlf/modules/indexing/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
 		$this->list->save();
163 163
 
164 164
 		// Save document to database and index.
165
-		$doc =& tx_dlf_document::getInstance($uid, 0, TRUE);
165
+		$doc = & tx_dlf_document::getInstance($uid, 0, TRUE);
166 166
 
167 167
 		if ($doc->ready) {
168 168
 
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
 						&& \TYPO3\CMS\Core\Utility\GeneralUtility::isValidUrl($this->data['id'])) {
220 220
 
221 221
 						// Save document to database and index.
222
-						$doc =& tx_dlf_document::getInstance($this->data['id'], $this->id, TRUE);
222
+						$doc = & tx_dlf_document::getInstance($this->data['id'], $this->id, TRUE);
223 223
 
224 224
 						if ($doc->ready) {
225 225
 
Please login to merge, or discard this patch.