Completed
Pull Request — master (#4106)
by Blizzz
11:34
created
apps/files_external/lib/Lib/SharePoint/SharePointClient.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -53,6 +53,10 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
apps/files_external/lib/Lib/Storage/SharePoint.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -327,7 +327,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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) {
Please login to merge, or discard this patch.