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

src/Sintegra/Services/Portais/SP/Search.php 1 location

@@ 73-87 (lines=15) @@
70
	 * @param  array $configurations  @ref zServices\Sintegra\Services\Sintegra\{Service}\Service::$configurations
71
	 * @return Search
72
	 */
73
	public function request($configurations) {
74
		$this->configurations = $configurations;
75
76
		// instancia o client http
77
		$this->client = new ClientHttp();
78
79
		// Executa um request para URL do serviço, retornando o cookie da requisição primária
80
		$this->instanceResponse = $this->client->request('GET', $this->configurations['home']);
81
82
		// Captura o cookie da requisição, será usuado posteriormente
83
		$this->cookie = $this->client->cookie();
84
85
		return $this;
86
	}
87
88
	/**
89
	 * Verifica se existe existencia de request
90
	 * @return boolean

src/ReceitaFederal/Services/Portais/AN/Search.php 1 location

@@ 72-86 (lines=15) @@
69
	 * @param  array $configurations  @ref zServices\Sintegra\Services\Sintegra\{Service}\Service::$configurations
70
	 * @return Search
71
	 */
72
	public function request($configurations) {
73
		$this->configurations = $configurations;
74
75
		// instancia o client http
76
		$this->client = new ClientHttp();
77
78
		// Executa um request para URL do serviço, retornando o cookie da requisição primária
79
		$this->instanceResponse = $this->client->request('GET', $this->configurations['home']);
80
81
		// Captura o cookie da requisição, será usuado posteriormente
82
		$this->cookie = $this->client->cookie();
83
84
		return $this;
85
	}
86
87
	/**
88
	 * Verifica se existe existencia de request
89
	 * @return boolean