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

@@ 847-851 (lines=5) @@
844
845
						}
846
847
					} elseif (!($values instanceof DOMNodeList)) {
848
849
						$metadata[$resArray['index_name']] = array (trim((string) $values));
850
851
					}
852
853
				}
854
@@ 871-875 (lines=5) @@
868
869
							$metadata[$resArray['index_name'].'_sorting'][0] = trim((string) $values->item(0)->nodeValue);
870
871
						} elseif (!($values instanceof DOMNodeList)) {
872
873
							$metadata[$resArray['index_name'].'_sorting'][0] = trim((string) $values);
874
875
						}
876
877
					}
878