Completed
Push — master ( 565319...45caac )
by Vladimir
08:54
created
src/PulseUpdate.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
      *
Please login to merge, or discard this patch.