Completed
Push — master ( 64c085...273428 )
by Sander
16s queued 13s
created
lib/Db/NextNoteMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
 
73 73
 	/**
74 74
 	 * @param $userId
75
-	 * @param int|bool $deleted
75
+	 * @param integer $deleted
76 76
 	 * @param string|bool $group
77 77
 	 * @return NextNote[] if not found
78 78
 	 */
Please login to merge, or discard this patch.
lib/Service/SettingsService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
 	 * Get a app setting
63 63
 	 *
64 64
 	 * @param $key string
65
-	 * @param null $default_value The default value if key does not exist
65
+	 * @param boolean $default_value The default value if key does not exist
66 66
 	 * @return mixed
67 67
 	 */
68 68
 	public function getAppSetting($key, $default_value = null) {
Please login to merge, or discard this patch.