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

@@ 2013-2014 (lines=2) @@
2010
				$node->document_count
2011
			);
2012
2013
			if($child_buff) $buff .= sprintf('<node %s>%s</node>', $attribute, $child_buff);
2014
			else $buff .=  sprintf('<node %s />', $attribute);
2015
		}
2016
		return $buff;
2017
	}

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
	}