Failed Conditions
Pull Request — master (#72)
by Sander
01:51
created
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.
lib/Db/NotebookMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
 	 * Get Notebook(s)
41 41
 	 * @param int $notebook_id
42 42
 	 * @param null|int $user_id
43
-	 * @param bool|int $deleted
43
+	 * @param boolean $deleted
44 44
 	 * @return Notebook[]|Notebook
45 45
 	 */
46 46
 	public function find($notebook_id, $user_id = null, $deleted = false) {
Please login to merge, or discard this patch.