@@ -307,7 +307,7 @@ |
||
| 307 | 307 | * Set security protocol |
| 308 | 308 | * |
| 309 | 309 | * @param int $protocol |
| 310 | - * @return type Description |
|
| 310 | + * @return integer Description |
|
| 311 | 311 | */ |
| 312 | 312 | public function protocol($protocol = self::SSL_DEFAULT) |
| 313 | 313 | { |
@@ -41,7 +41,7 @@ |
||
| 41 | 41 | * @param string $url |
| 42 | 42 | * @param string $action |
| 43 | 43 | * @param string $envelope |
| 44 | - * @param array $parameters |
|
| 44 | + * @param string[] $parameters |
|
| 45 | 45 | * @return string |
| 46 | 46 | * @throws \NFePHP\Common\Exception\SoapException |
| 47 | 47 | */ |
@@ -33,6 +33,7 @@ discard block |
||
| 33 | 33 | /** |
| 34 | 34 | * |
| 35 | 35 | * @param Certificate $certificate |
| 36 | + * @return void |
|
| 36 | 37 | */ |
| 37 | 38 | public function loadCertificate(Certificate $certificate); |
| 38 | 39 | |
@@ -40,6 +41,7 @@ discard block |
||
| 40 | 41 | * Set logger class |
| 41 | 42 | * |
| 42 | 43 | * @param LoggerInterface $logger |
| 44 | + * @return LoggerInterface |
|
| 43 | 45 | */ |
| 44 | 46 | public function loadLogger(LoggerInterface $logger); |
| 45 | 47 | |
@@ -47,6 +49,7 @@ discard block |
||
| 47 | 49 | * Set timeout for connection |
| 48 | 50 | * |
| 49 | 51 | * @param int $timesecs |
| 52 | + * @return integer |
|
| 50 | 53 | */ |
| 51 | 54 | public function timeout($timesecs); |
| 52 | 55 | |
@@ -54,6 +57,7 @@ discard block |
||
| 54 | 57 | * Set security protocol for soap communications |
| 55 | 58 | * |
| 56 | 59 | * @param int $protocol |
| 60 | + * @return integer |
|
| 57 | 61 | */ |
| 58 | 62 | public function protocol($protocol = self::SSL_DEFAULT); |
| 59 | 63 | |
@@ -64,6 +68,7 @@ discard block |
||
| 64 | 68 | * @param int $port |
| 65 | 69 | * @param string $user |
| 66 | 70 | * @param string $password |
| 71 | + * @return void |
|
| 67 | 72 | */ |
| 68 | 73 | public function proxy($ip, $port, $user, $password); |
| 69 | 74 | |
@@ -75,7 +80,6 @@ discard block |
||
| 75 | 80 | * @param string $action |
| 76 | 81 | * @param string $envelope |
| 77 | 82 | * @param array $parameters |
| 78 | - * @param string $request |
|
| 79 | 83 | */ |
| 80 | 84 | public function send( |
| 81 | 85 | $operation, |
@@ -177,7 +177,6 @@ |
||
| 177 | 177 | /** |
| 178 | 178 | * Stringfy layout number |
| 179 | 179 | * |
| 180 | - * @param type $layout |
|
| 181 | 180 | * @return string |
| 182 | 181 | */ |
| 183 | 182 | protected function stringfyVersions($version, $length = 2) |