@@ -106,7 +106,7 @@ discard block |
||
106 | 106 | * |
107 | 107 | * @since 0.1.0 |
108 | 108 | * |
109 | - * @return string |
|
109 | + * @return integer |
|
110 | 110 | */ |
111 | 111 | public function getId () |
112 | 112 | { |
@@ -212,7 +212,7 @@ discard block |
||
212 | 212 | * |
213 | 213 | * @param null|string $title The new title of the note |
214 | 214 | * @param null|string $content The new content of the note |
215 | - * @param null|int|PulseUser $user The new author of the note |
|
215 | + * @param string $user The new author of the note |
|
216 | 216 | * @param null|bool $createUpdate Whether to create an update or not |
217 | 217 | * |
218 | 218 | * @since 0.1.0 |