Completed
Pull Request — master (#5585)
by Tobia
13:51
created
lib/private/Contacts/ContactsMenu/ContactsStore.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
132 132
 	 * @param IUser $user
133 133
 	 * @param integer $shareType
134 134
 	 * @param string $shareWith
135
-	 * @return IEntry|null
135
+	 * @return null|Entry
136 136
 	 */
137 137
 	public function findOne(IUser $user, $shareType, $shareWith) {
138 138
 		switch($shareType) {
Please login to merge, or discard this patch.