Completed
Push — develop ( a05ff5...d1fb89 )
by Vladimir
03:27
created
src/PulseUpdate.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -298,7 +298,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      *
Please login to merge, or discard this patch.