Completed
Pull Request — master (#1613)
by Christoph
27:51
created
lib/service/aliasesservice.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
 	}
39 39
 
40 40
 	/**
41
-	 * @param $e
41
+	 * @param Exception $e
42 42
 	 * @throws NotFoundException
43 43
 	 */
44 44
 	private function handleException ($e) {
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
 	/**
63 63
 	 * @param int $aliasId
64 64
 	 * @param String $currentUserId
65
-	 * @return Alias
65
+	 * @return Alias[]
66 66
 	 */
67 67
 	public function find($aliasId, $currentUserId) {
68 68
 		return $this->mapper->find($aliasId, $currentUserId);
Please login to merge, or discard this patch.