@@ -53,6 +53,10 @@ |
||
53 | 53 | /** @var string */ |
54 | 54 | private $documentLibraryTitle; |
55 | 55 | |
56 | + /** |
|
57 | + * @param string $sharePointUrl |
|
58 | + * @param string $documentLibraryTitle |
|
59 | + */ |
|
56 | 60 | public function __construct(ContextsFactory $contextsFactory, $sharePointUrl, array $credentials, $documentLibraryTitle) { |
57 | 61 | $this->contextsFactory = $contextsFactory; |
58 | 62 | $this->sharePointUrl = $sharePointUrl; |
@@ -327,7 +327,7 @@ discard block |
||
327 | 327 | } |
328 | 328 | |
329 | 329 | /** |
330 | - * @param $serverUrl |
|
330 | + * @param string $serverUrl |
|
331 | 331 | * @return ClientObjectCollection[] |
332 | 332 | */ |
333 | 333 | private function getFolderContents($serverUrl) { |
@@ -359,7 +359,7 @@ discard block |
||
359 | 359 | } |
360 | 360 | |
361 | 361 | /** |
362 | - * @param $serverUrl |
|
362 | + * @param string $serverUrl |
|
363 | 363 | * @return File|Folder |
364 | 364 | */ |
365 | 365 | private function getFileOrFolder($serverUrl) { |
@@ -378,7 +378,7 @@ discard block |
||
378 | 378 | /** |
379 | 379 | * creates the relative server "url" out of the provided path |
380 | 380 | * |
381 | - * @param $path |
|
381 | + * @param string $path |
|
382 | 382 | * @return string |
383 | 383 | */ |
384 | 384 | private function formatPath($path) { |