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.
Completed
Push — master ( 1e82c1...dc89a8 )
by Carlos
03:04
created
src/Helpers/Sintegra.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
 	 * @param  array $params   
10 10
 	 * @return array
11 11
 	 */
12
-	function sintegra($portal = 'SP', $document = false, $cookie = false, $captcha = false, $params = false )
12
+	function sintegra($portal = 'SP', $document = false, $cookie = false, $captcha = false, $params = false)
13 13
 	{	
14 14
 		/**
15 15
 		 * Inicia a classe
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
 		/**
21 21
 		 * @var array data
22 22
 		 */
23
-		if($document && $cookie && $captcha && $params) {
23
+		if ($document && $cookie && $captcha && $params) {
24 24
 			$crawler = $search->data($document, $cookie, $captcha, $params);
25 25
 
26 26
 			return $crawler->scraping();
Please login to merge, or discard this patch.