Failed Conditions
Pull Request — master (#72)
by Sander
03:09
created
lib/Db/NotebookMapper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -37,6 +37,9 @@
 block discarded – undo
37 37
 	}
38 38
 
39 39
 
40
+	/**
41
+	 * @param string $user_id
42
+	 */
40 43
 	public function find($group_id, $user_id = null, $deleted = false) {
41 44
 		$params = [];
42 45
 		$where = [];
Please login to merge, or discard this patch.
lib/Db/NoteMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
 
82 82
 	/**
83 83
 	 * @param $userId
84
-	 * @param int|bool $deleted
84
+	 * @param integer $deleted
85 85
 	 * @param string|bool $group
86 86
 	 * @return Note[] if not found
87 87
 	 */
Please login to merge, or discard this patch.