Skip to content

Commit

Permalink
Merge pull request #31 from likesistemas/fix-erro-phpcs
Browse files Browse the repository at this point in the history
🚨 Corrigindo erros phpcs
  • Loading branch information
robmachado authored Oct 30, 2024
2 parents 0c29212 + 099cb08 commit e3b8a8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/Rest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,25 @@
*/
class Rest implements RestInterface
{

/**
* Parametros do proxy
*
* @var array
*/
protected $proxy = [];

/**
* Timeout para requisição
*
* @var int
*/
protected $timeout;

/**
* Constructor
*
* @param array $proxy Parameter for proxy ['IP','PORT','USER','PASS']
* @param int $timeout Timeout for request
*/
public function __construct($proxy = [], $timeout = 10)
{
Expand Down
1 change: 0 additions & 1 deletion src/RestInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

interface RestInterface
{

/**
* Pull data form IBPT Restful service to obtain taxes values
*
Expand Down

0 comments on commit e3b8a8b

Please sign in to comment.