@@ -165,6 +165,7 @@ discard block |
||
165 | 165 | * @param string $url |
166 | 166 | * @param string $sharedSecret |
167 | 167 | * @param string $resourcePath |
168 | + * @param string $userName |
|
168 | 169 | * @return array |
169 | 170 | */ |
170 | 171 | protected function download($url, $userName, $sharedSecret, $resourcePath) { |
@@ -265,7 +266,7 @@ discard block |
||
265 | 266 | } |
266 | 267 | |
267 | 268 | /** |
268 | - * @return array|null |
|
269 | + * @return string |
|
269 | 270 | */ |
270 | 271 | public function getLocalSystemAddressBook() { |
271 | 272 | if (is_null($this->localSystemAddressBook)) { |
@@ -89,7 +89,7 @@ |
||
89 | 89 | * get requested end-points from the requested service |
90 | 90 | * |
91 | 91 | * @param $decodedServices |
92 | - * @param $service |
|
92 | + * @param string $service |
|
93 | 93 | * @return array |
94 | 94 | */ |
95 | 95 | private function getEndpoints($decodedServices, $service) { |