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

@@ 781-789 (lines=9) @@
778
779
						$obj->extractMetadata($this->dmdSec[$dmdId]['xml'], $metadata);
780
781
					} else {
782
783
						if (TYPO3_DLOG) {
784
785
							\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);
786
787
						}
788
789
					}
790
791
				}
792
@@ 793-803 (lines=11) @@
790
791
				}
792
793
			} else {
794
795
				if (TYPO3_DLOG) {
796
797
					\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);
798
799
				}
800
801
				return array ();
802
803
			}
804
805
			// Get the structure's type.
806
			if (!empty($this->logicalUnits[$id])) {