@@ -135,7 +135,7 @@ discard block |
||
| 135 | 135 | * |
| 136 | 136 | * @since 0.1.0 |
| 137 | 137 | * |
| 138 | - * @return string |
|
| 138 | + * @return integer |
|
| 139 | 139 | */ |
| 140 | 140 | public function getId () |
| 141 | 141 | { |
@@ -323,7 +323,7 @@ discard block |
||
| 323 | 323 | * |
| 324 | 324 | * @since 0.3.0 Previously was available as 'getHasAssets()' |
| 325 | 325 | * |
| 326 | - * @return bool |
|
| 326 | + * @return string |
|
| 327 | 327 | */ |
| 328 | 328 | public function hasAssets () |
| 329 | 329 | { |
@@ -477,7 +477,7 @@ discard block |
||
| 477 | 477 | * @api |
| 478 | 478 | * |
| 479 | 479 | * @param int|PulseUser $user The author of this post |
| 480 | - * @param int|Pulse $pulse The Pulse to whom this update will belong to |
|
| 480 | + * @param integer $pulse The Pulse to whom this update will belong to |
|
| 481 | 481 | * @param string $text The content of the update |
| 482 | 482 | * @param null|bool $announceToAll Whether or not to announce this update to everyone's wall |
| 483 | 483 | * |