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