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 ( 90e868...6ce9ed )
by Carlos
03:09
created
src/Miscellany/Curl.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
 
34 34
 	/**
35 35
 	 * Initialize
36
-	 * @return object
36
+	 * @return Curl
37 37
 	 */
38 38
 	public function init($url)
39 39
 	{
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
 	/**
48 48
 	 * Set option
49 49
 	 * @param  array  $options [description]
50
-	 * @return object
50
+	 * @return Curl
51 51
 	 */
52 52
 	public function options(array $options)
53 53
 	{
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
 
61 61
 	/**
62 62
 	 * POST Params
63
-	 * @return object
63
+	 * @return Curl
64 64
 	 */
65 65
 	public function post(array $fields)
66 66
 	{
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
 
91 91
 	/**
92 92
 	 * Close connection
93
-	 * @return object
93
+	 * @return Curl
94 94
 	 */
95 95
 	public function close()
96 96
 	{
Please login to merge, or discard this patch.
src/Sintegra/Services/Portais/SP/Search.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
 	 * para os método como cookie e captcha prepararem suas informações
63 63
 	 * 
64 64
 	 * @param  array $configurations  @ref zServices\Sintegra\Services\Sintegra\{Service}\Service::$configurations
65
-	 * @return object
65
+	 * @return Search
66 66
 	 */
67 67
 	public function request($configurations)
68 68
 	{
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
 	 * @param  string  $cookie   Referencia: $service->cookie()
208 208
 	 * @param  string  $captcha  Texto do captcha resolvido pelo usuário
209 209
 	 * @param  array   $params   Parametros avulsos de requisição. Referência $service->params()
210
-	 * @return array   $data     Informações da entidade no serviço.
210
+	 * @return Crawler   $data     Informações da entidade no serviço.
211 211
 	 */
212 212
 	public function getData($document, $cookie, $captcha, $params, $configurations)
213 213
 	{
Please login to merge, or discard this patch.
src/Sintegra/Services/Portais/SP/Service.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
 	/**
72 72
 	 * Executa primeira requisição preparando
73 73
 	 * o cookie e captcha
74
-	 * @return  void
74
+	 * @return  Service
75 75
 	 */
76 76
 	public function request()
77 77
 	{
Please login to merge, or discard this patch.
src/ReceitaFederal/Services/Portais/AN/Search.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
 	 * para os método como cookie e captcha prepararem suas informações
63 63
 	 * 
64 64
 	 * @param  array $configurations  @ref zServices\Sintegra\Services\Sintegra\{Service}\Service::$configurations
65
-	 * @return object
65
+	 * @return Search
66 66
 	 */
67 67
 	public function request($configurations)
68 68
 	{
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
 	 * @param  string  $cookie   Referencia: $service->cookie()
208 208
 	 * @param  string  $captcha  Texto do captcha resolvido pelo usuário
209 209
 	 * @param  array   $params   Parametros avulsos de requisição. Referência $service->params()
210
-	 * @return array   $data     Informações da entidade no serviço.
210
+	 * @return Crawler   $data     Informações da entidade no serviço.
211 211
 	 */
212 212
 	public function getData($document, $cookie, $captcha, $params, $configurations)
213 213
 	{
Please login to merge, or discard this patch.
src/ReceitaFederal/Services/Portais/AN/Service.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
 	/**
72 72
 	 * Executa primeira requisição preparando
73 73
 	 * o cookie e captcha
74
-	 * @return  void
74
+	 * @return  Service
75 75
 	 */
76 76
 	public function request()
77 77
 	{
Please login to merge, or discard this patch.