@@ -55,7 +55,7 @@ |
||
| 55 | 55 | /** |
| 56 | 56 | * Load xml from path |
| 57 | 57 | * @param string $filename |
| 58 | - * @return bool |
|
| 58 | + * @return false|null |
|
| 59 | 59 | */ |
| 60 | 60 | public function loadXMLFile($filename) |
| 61 | 61 | { |
@@ -63,7 +63,7 @@ |
||
| 63 | 63 | /** |
| 64 | 64 | * Load class with certificate content |
| 65 | 65 | * @param string $content |
| 66 | - * @return \static |
|
| 66 | + * @return PublicKey |
|
| 67 | 67 | */ |
| 68 | 68 | public static function createFromContent($content) |
| 69 | 69 | { |
@@ -279,7 +279,7 @@ discard block |
||
| 279 | 279 | /** |
| 280 | 280 | * Set security protocol |
| 281 | 281 | * @param int $protocol |
| 282 | - * @return type Description |
|
| 282 | + * @return integer Description |
|
| 283 | 283 | */ |
| 284 | 284 | public function protocol($protocol = self::SSL_DEFAULT) |
| 285 | 285 | { |
@@ -330,6 +330,7 @@ discard block |
||
| 330 | 330 | * @param string $request |
| 331 | 331 | * @param array $namespaces |
| 332 | 332 | * @param \SOAPHeader $header |
| 333 | + * @param integer $soapver |
|
| 333 | 334 | * @return string |
| 334 | 335 | */ |
| 335 | 336 | protected function makeEnvelopeSoap( |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | 46 | * Add exceptions to the collection |
| 47 | - * @param Exception Exception to add |
|
| 47 | + * @param Exception \Exception to add |
|
| 48 | 48 | * @return ExceptionCollection; |
| 49 | 49 | */ |
| 50 | 50 | public function add(\Exception $exception) |