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/document/document.controller.php 1 location

@@ 2009-2010 (lines=2) @@
2006
				$node->document_count
2007
			);
2008
2009
			if($child_buff) $buff .= sprintf('<node %s>%s</node>', $attribute, $child_buff);
2010
			else $buff .=  sprintf('<node %s />', $attribute);
2011
		}
2012
		return $buff;
2013
	}

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

@@ 1953-1954 (lines=2) @@
1950
				$link
1951
			);
1952
1953
			if($child_buff) $buff .= sprintf('<node %s>%s</node>', $attribute, $child_buff);
1954
			else $buff .=  sprintf('<node %s />', $attribute);
1955
		}
1956
		return $buff;
1957
	}