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

modules/menu/menu.admin.controller.php 1 location

@@ 1972-1973 (lines=2) @@
1969
				$link
1970
			);
1971
1972
			if($child_buff) $buff .= sprintf('<node %s>%s</node>', $attribute, $child_buff);
1973
			else $buff .=  sprintf('<node %s />', $attribute);
1974
		}
1975
		return $buff;
1976
	}

modules/document/document.controller.php 1 location

@@ 2025-2026 (lines=2) @@
2022
				$node->document_count
2023
			);
2024
2025
			if($child_buff) $buff .= sprintf('<node %s>%s</node>', $attribute, $child_buff);
2026
			else $buff .=  sprintf('<node %s />', $attribute);
2027
		}
2028
		return $buff;
2029
	}