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

Sistema/librerias/rb.php 2 locations

@@ 1436-1440 (lines=5) @@
1433
		if ( $this->getID() ) {
1434
1435
			$firstKey = NULL;
1436
			if ( count( $this->withParams ) > 0 ) {
1437
				reset( $this->withParams );
1438
1439
				$firstKey = key( $this->withParams );
1440
			}
1441
1442
			$joinSql = $this->parseJoin( $type );
1443
@@ 2773-2776 (lines=4) @@
2770
		if ( $this->getID() ) {
2771
2772
			$firstKey = NULL;
2773
			if ( count( $this->withParams ) > 0 ) {
2774
				reset( $this->withParams );
2775
				$firstKey = key( $this->withParams );
2776
			}
2777
2778
			$joinSql = $this->parseJoin( $type );
2779