Completed
Pull Request — master (#1616)
by
unknown
08:27
created
lib/service/accountservice.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
 	}
71 71
 
72 72
 	/**
73
-	 * @param $currentUserId
73
+	 * @param string $currentUserId
74 74
 	 * @param $accountId
75 75
 	 * @return IAccount
76 76
 	 */
@@ -92,6 +92,7 @@  discard block
 block discarded – undo
92 92
 
93 93
 	/**
94 94
 	 * @param int $accountId
95
+	 * @param string $currentUserId
95 96
 	 */
96 97
 	public function delete($currentUserId, $accountId) {
97 98
 		if ((int)$accountId === UnifiedAccount::ID) {
Please login to merge, or discard this patch.