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.

Code Duplication    Length = 5-5 lines in 2 locations

dlf/common/class.tx_dlf_document.php 2 locations

@@ 586-590 (lines=5) @@
583
584
			$metadata = $this->getMetadata($details['id']);
585
586
			if (!empty($metadata['volume'][0])) {
587
588
				$details['volume'] = $metadata['volume'][0];
589
590
			}
591
592
		}
593
@@ 1546-1550 (lines=5) @@
1543
		// Use the date of publication or title as alternative sorting metric for parts of multi-part works.
1544
		if (!empty($partof)) {
1545
1546
			if (empty($metadata['volume'][0]) && !empty($metadata['year'][0])) {
1547
1548
				$metadata['volume'] = $metadata['year'];
1549
1550
			}
1551
1552
			if (empty($metadata['volume_sorting'][0])) {
1553