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

@@ 851-855 (lines=5) @@
848
849
						}
850
851
					} elseif (!($values instanceof DOMNodeList)) {
852
853
						$metadata[$resArray['index_name']] = array (trim((string) $values));
854
855
					}
856
857
				}
858
@@ 875-879 (lines=5) @@
872
873
							$metadata[$resArray['index_name'].'_sorting'][0] = trim((string) $values->item(0)->nodeValue);
874
875
						} elseif (!($values instanceof DOMNodeList)) {
876
877
							$metadata[$resArray['index_name'].'_sorting'][0] = trim((string) $values);
878
879
						}
880
881
					}
882