diff --git a/src/Rest.php b/src/Rest.php index 5819721..850e709 100755 --- a/src/Rest.php +++ b/src/Rest.php @@ -28,7 +28,6 @@ */ class Rest implements RestInterface { - /** * Parametros do proxy * @@ -36,12 +35,18 @@ class Rest implements RestInterface */ 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) { diff --git a/src/RestInterface.php b/src/RestInterface.php index 3a2632a..f5720b5 100755 --- a/src/RestInterface.php +++ b/src/RestInterface.php @@ -4,7 +4,6 @@ interface RestInterface { - /** * Pull data form IBPT Restful service to obtain taxes values *