@@ -298,7 +298,7 @@ discard block |
||
298 | 298 | * |
299 | 299 | * @since 0.3.0 Previously was available as 'getHasAssets()' |
300 | 300 | * |
301 | - * @return bool |
|
301 | + * @return string |
|
302 | 302 | */ |
303 | 303 | public function hasAssets () |
304 | 304 | { |
@@ -409,7 +409,7 @@ discard block |
||
409 | 409 | * @api |
410 | 410 | * |
411 | 411 | * @param int|PulseUser $user The author of this post |
412 | - * @param int|Pulse $pulse The Pulse to whom this update will belong to |
|
412 | + * @param integer $pulse The Pulse to whom this update will belong to |
|
413 | 413 | * @param string $text The content of the update |
414 | 414 | * @param null|bool $announceToAll Whether or not to announce this update to everyone's wall |
415 | 415 | * |