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

src/Components/NavbarHorizontal.php 2 locations

@@ 260-266 (lines=7) @@
257
	 *
258
	 * @return string
259
	 */
260
	protected function getNavMenu( \DOMElement $domElement = null ) {
261
262
		$navMenu = new NavMenu( $this->getSkinTemplate(), $domElement, $this->getIndent() );
263
264
		return '<ul class="nav navbar-nav">' . $navMenu->getHtml() . "</ul>\n";
265
266
	}
267
268
	/**
269
	 * Create a dropdown containing the page tools (page, talk, edit, history,
@@ 409-415 (lines=7) @@
406
	 *
407
	 * @return string
408
	 */
409
	protected function getMenu( \DOMElement $domElement = null ) {
410
411
		$menu = new Menu( $this->getSkinTemplate(), $domElement, $this->getIndent() );
412
413
		return '<ul class="nav navbar-nav">' . $menu->getHtml() . "</ul>\n";
414
415
	}
416
417
	/**
418
	 * @param string[] $headElements