[wp-trac] [WordPress Trac] #48349: Requests::request_multiple() should have the option documentation in phpDoc

WordPress Trac noreply at wordpress.org
Thu Oct 17 12:24:12 UTC 2019


#48349: Requests::request_multiple() should have the option documentation in phpDoc
--------------------------+-----------------------------
 Reporter:  marekdedic    |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  5.2
 Severity:  minor         |   Keywords:
  Focuses:  docs          |
--------------------------+-----------------------------
 Currently, the `$options` argument field is documented in the description:

 https://developer.wordpress.org/reference/classes/requests/request_multiple/

 I believe it could be documented using phpDoc directly like

 {{{
 @param array $options {
     Description.

     @type ...
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/48349>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list