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 ( 9a1d71...272595 )
by Carlos
06:28
created
src/Miscellany/Curl.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,6 @@  discard block
 block discarded – undo
60 60
 
61 61
     /**
62 62
      * [post description]
63
-     * @param  [type] $params [description]
64 63
      * @return [type]         [description]
65 64
      */
66 65
     public function post(array $fields)
@@ -73,7 +72,7 @@  discard block
 block discarded – undo
73 72
 
74 73
     /**
75 74
      * Set option in cURL
76
-     * @param  mix $option 
75
+     * @param  integer $option 
77 76
      * @param  mix $value 
78 77
      */
79 78
     public function option($option, $value)
Please login to merge, or discard this patch.
src/Miscellany/Interfaces/SearchInterface.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,13 +11,13 @@  discard block
 block discarded – undo
11 11
 
12 12
 	/**
13 13
 	 * [search description]
14
-	 * @return [type] [description]
14
+	 * @return string [description]
15 15
 	 */
16 16
 	public function getCaptcha();
17 17
 
18 18
 	/**
19 19
 	 * [cookie description]
20
-	 * @return [type] [description]
20
+	 * @return string [description]
21 21
 	 */
22 22
 	public function getCookie();
23 23
 
@@ -30,6 +30,8 @@  discard block
 block discarded – undo
30 30
 	/**
31 31
 	 * [getData description]
32 32
 	 * @param  [type] $configurations [description]
33
+	 * @param string $cookie
34
+	 * @param string $captcha
33 35
 	 * @return [type]                 [description]
34 36
 	 */
35 37
 	public function getData($document, $cookie, $captcha, $params, $configurations);
Please login to merge, or discard this patch.
src/Miscellany/Interfaces/ServiceInterface.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,13 +10,13 @@
 block discarded – undo
10 10
 
11 11
 	/**
12 12
 	 * [search description]
13
-	 * @return [type] [description]
13
+	 * @return string [description]
14 14
 	 */
15 15
 	public function captcha();
16 16
 
17 17
 	/**
18 18
 	 * [cookie description]
19
-	 * @return [type] [description]
19
+	 * @return string [description]
20 20
 	 */
21 21
 	public function cookie();
22 22
 
Please login to merge, or discard this patch.
src/Sintegra/Services/Portais/SP/Crawler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     /**
33 33
      * Verifica antes de fazer o crawler se possui erros
34 34
      * na requisição
35
-     * @return boolean 
35
+     * @return boolean|null 
36 36
      */
37 37
     public function hasError()
38 38
     {
Please login to merge, or discard this patch.
src/ReceitaFederal/Services/Portais/AN/Crawler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     /**
33 33
      * Verifica antes de fazer o crawler se possui erros
34 34
      * na requisição
35
-     * @return boolean 
35
+     * @return boolean|null 
36 36
      */
37 37
     public function hasError()
38 38
     {
Please login to merge, or discard this patch.