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 = 9-11 lines in 2 locations

dlf/common/class.tx_dlf_document.php 2 locations

@@ 777-785 (lines=9) @@
774
775
						$obj->extractMetadata($this->dmdSec[$dmdId]['xml'], $metadata);
776
777
					} else {
778
779
						if (TYPO3_DLOG) {
780
781
							\TYPO3\CMS\Core\Utility\GeneralUtility::devLog('[tx_dlf_document->getMetadata('.$id.', '.$_cPid.')] Invalid class/method "'.$class.'->extractMetadata()" for metadata format "'.$this->dmdSec[$dmdId]['type'].'"', self::$extKey, SYSLOG_SEVERITY_WARNING);
782
783
						}
784
785
					}
786
787
				}
788
@@ 789-799 (lines=11) @@
786
787
				}
788
789
			} else {
790
791
				if (TYPO3_DLOG) {
792
793
					\TYPO3\CMS\Core\Utility\GeneralUtility::devLog('[tx_dlf_document->getMetadata('.$id.', '.$_cPid.')] Unsupported metadata format "'.$this->dmdSec[$dmdId]['type'].'" in dmdSec with @ID "'.$dmdId.'"', self::$extKey, SYSLOG_SEVERITY_WARNING);
794
795
				}
796
797
				return array ();
798
799
			}
800
801
			// Get the structure's type.
802
			if (!empty($this->logicalUnits[$id])) {