@@ -258,6 +258,7 @@ |
||
| 258 | 258 | * call. |
| 259 | 259 | * |
| 260 | 260 | * @param array $params |
| 261 | + * @param string $cmd |
|
| 261 | 262 | * @return array |
| 262 | 263 | */ |
| 263 | 264 | protected function call($params, $cmd) |
@@ -112,7 +112,7 @@ |
||
| 112 | 112 | /** |
| 113 | 113 | * pkcs5Unpad. |
| 114 | 114 | * |
| 115 | - * @param string $text |
|
| 115 | + * @param string $plaintext |
|
| 116 | 116 | * @return string |
| 117 | 117 | */ |
| 118 | 118 | protected function pkcs5Unpad($plaintext) |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | /** |
| 26 | 26 | * getDefaultHttpClient |
| 27 | 27 | * |
| 28 | - * @param Payum\Core\Bridge\Spl\ArrayObject|array $config [description] |
|
| 28 | + * @param ArrayObject $config [description] |
|
| 29 | 29 | * @return \Http\Client\HttpClient |
| 30 | 30 | */ |
| 31 | 31 | public function getDefaultHttpClient($config) |