Completed
Pull Request — master (#1523)
by
unknown
08:37
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) {
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
 
53 53
 	/**
54 54
 	 * @param int $accountId
55
-	 * @return String Alias
55
+	 * @return Alias Alias
56 56
 	 */
57 57
 	public function findAll($accountId) {
58 58
 		return $this->mapper->findAll($accountId);
Please login to merge, or discard this patch.