@@ -175,7 +175,7 @@ |
||
175 | 175 | * |
176 | 176 | * @param null|string $title The new title of the note |
177 | 177 | * @param null|string $content The new content of the note |
178 | - * @param null|int|PulseUser $user_id The new author of the note |
|
178 | + * @param string $user_id The new author of the note |
|
179 | 179 | * @param null|bool $create_update Whether to create an update or not |
180 | 180 | * |
181 | 181 | * @since 0.1.0 |