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

@@ 590-594 (lines=5) @@
587
588
			$metadata = $this->getMetadata($details['id']);
589
590
			if (!empty($metadata['volume'][0])) {
591
592
				$details['volume'] = $metadata['volume'][0];
593
594
			}
595
596
		}
597
@@ 1550-1554 (lines=5) @@
1547
		// Use the date of publication or title as alternative sorting metric for parts of multi-part works.
1548
		if (!empty($partof)) {
1549
1550
			if (empty($metadata['volume'][0]) && !empty($metadata['year'][0])) {
1551
1552
				$metadata['volume'] = $metadata['year'];
1553
1554
			}
1555
1556
			if (empty($metadata['volume_sorting'][0])) {
1557