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

@@ 1965-1966 (lines=2) @@
1962
				$link
1963
			);
1964
1965
			if($child_buff) $buff .= sprintf('<node %s>%s</node>', $attribute, $child_buff);
1966
			else $buff .=  sprintf('<node %s />', $attribute);
1967
		}
1968
		return $buff;
1969
	}