Completed
Push — master ( 83cfbe...44719a )
by Julius
08:01 queued 06:21
created
lib/TokenManager.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
 	 * @param string $fileId
83 83
 	 * @param string $shareToken
84 84
 	 * @param string $editoruid
85
-	 * @return array
85
+	 * @return string[]
86 86
 	 * @throws \Exception
87 87
 	 */
88 88
 	public function getToken($fileId, $shareToken = null, $editoruid = null) {
@@ -170,6 +170,9 @@  discard block
 block discarded – undo
170 170
 		}
171 171
 	}
172 172
 
173
+	/**
174
+	 * @param string $userId
175
+	 */
173 176
 	public function getTokenForTemplate(File $file, $userId, $templateDestination) {
174 177
 		$owneruid = $userId;
175 178
 		$editoruid = $userId;
Please login to merge, or discard this patch.