Completed
Pull Request — master (#539)
by Julius
06:21
created
lib/TokenManager.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -189,6 +189,10 @@
 block discarded – undo
189 189
 		}
190 190
 	}
191 191
 
192
+	/**
193
+	 * @param string $userId
194
+	 * @param integer $templateDestination
195
+	 */
192 196
 	public function getTokenForTemplate(File $file, $userId, $templateDestination, $direct = false) {
193 197
 		$owneruid = $userId;
194 198
 		$editoruid = $userId;
Please login to merge, or discard this patch.