@@ -39,7 +39,7 @@ discard block |
||
| 39 | 39 | * type "sequence", as the first element of the structure |
| 40 | 40 | * @param string $publickeyUnformated |
| 41 | 41 | * @param string $oidNumber OID formated number |
| 42 | - * @return array |
|
| 42 | + * @return string |
|
| 43 | 43 | */ |
| 44 | 44 | public static function getOIDdata($oidNumber, $publickeyUnformated) |
| 45 | 45 | { |
@@ -88,8 +88,6 @@ discard block |
||
| 88 | 88 | |
| 89 | 89 | /** |
| 90 | 90 | * Get length of data field of a sequency from certifcate |
| 91 | - * @param integer $len |
|
| 92 | - * @param integer $bytes |
|
| 93 | 91 | * @param string $data |
| 94 | 92 | * @return integer |
| 95 | 93 | */ |
@@ -142,7 +140,7 @@ discard block |
||
| 142 | 140 | * @param array $abIn |
| 143 | 141 | * @param integer $qIn |
| 144 | 142 | * @param boolean $flag |
| 145 | - * @return integer |
|
| 143 | + * @return integer[] |
|
| 146 | 144 | */ |
| 147 | 145 | protected static function xBase128($abIn, $qIn, $flag) |
| 148 | 146 | { |
@@ -197,7 +197,7 @@ discard block |
||
| 197 | 197 | /** |
| 198 | 198 | * Set security protocol |
| 199 | 199 | * @param int $protocol |
| 200 | - * @return type Description |
|
| 200 | + * @return integer Description |
|
| 201 | 201 | */ |
| 202 | 202 | public function protocol($protocol = self::SSL_DEFAULT) |
| 203 | 203 | { |
@@ -248,6 +248,7 @@ discard block |
||
| 248 | 248 | * @param string $operation |
| 249 | 249 | * @param array $namespaces |
| 250 | 250 | * @param \SOAPHeader $header |
| 251 | + * @param integer $soapver |
|
| 251 | 252 | * @return string |
| 252 | 253 | */ |
| 253 | 254 | protected function makeEnvelopeSoap( |
@@ -316,6 +317,7 @@ discard block |
||
| 316 | 317 | |
| 317 | 318 | /** |
| 318 | 319 | * Delete all files in folder |
| 320 | + * @param string $folder |
|
| 319 | 321 | */ |
| 320 | 322 | public function removeTemporarilyFiles($folder) |
| 321 | 323 | { |