Completed
Push — master ( 172550...380074 )
by Sander
10s
created
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 string|false $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.
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.