@@ -92,7 +92,7 @@ |
||
| 92 | 92 | } |
| 93 | 93 | |
| 94 | 94 | /** |
| 95 | - * @return mixed |
|
| 95 | + * @return integer |
|
| 96 | 96 | */ |
| 97 | 97 | public function getErrorCode() |
| 98 | 98 | { |
@@ -51,7 +51,7 @@ |
||
| 51 | 51 | * |
| 52 | 52 | * @param \Vipps\VippsInterface $app |
| 53 | 53 | * @param string $subscription_key |
| 54 | - * @param $merchant_serial_number |
|
| 54 | + * @param string $merchant_serial_number |
|
| 55 | 55 | */ |
| 56 | 56 | public function __construct(VippsInterface $app, $subscription_key, $merchant_serial_number) |
| 57 | 57 | { |
@@ -122,7 +122,7 @@ |
||
| 122 | 122 | } |
| 123 | 123 | |
| 124 | 124 | /** |
| 125 | - * @param $path |
|
| 125 | + * @param string $path |
|
| 126 | 126 | * |
| 127 | 127 | * @return \Psr\Http\Message\UriInterface |
| 128 | 128 | */ |