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

src/Components/PersonalTools.php 1 location

@@ 59-61 (lines=3) @@
56
		$this->indent( 1 );
57
58
		// add personal tools (links to user page, user talk, prefs, ...)
59
		foreach ( $this->getSkinTemplate()->getPersonalTools() as $key => $item ) {
60
			$ret .= $this->indent() . $this->getSkinTemplate()->makeListItem( $key, $item );
61
		}
62
63
		$ret .= $this->indent( -1 ) . '</ul>' .
64
				$this->indent() . '<div class="newtalk-notifier">' . $newtalkNotifier->getHtml() .

src/Components/NavbarHorizontal.php 1 location

@@ 358-360 (lines=3) @@
355
		$this->indent( 1 );
356
357
		// add personal tools (links to user page, user talk, prefs, ...)
358
		foreach ( $this->getSkinTemplate()->getPersonalTools() as $key => $item ) {
359
			$ret .= $this->indent() . $this->getSkinTemplate()->makeListItem( $key, $item );
360
		}
361
362
		$ret .=
363
			$this->indent( -1 ) . '</ul>' .