[wp-trac] [WordPress Trac] #45410: Docs: PHPDoc correction in wp-includes\pomo\streams.php

WordPress Trac noreply at wordpress.org
Sat Nov 24 10:30:49 UTC 2018


#45410: Docs: PHPDoc correction in wp-includes\pomo\streams.php
----------------------------+-----------------------------
 Reporter:  ishitaka        |      Owner:  (none)
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  Filesystem API  |    Version:  trunk
 Severity:  normal          |   Keywords:  has-patch
  Focuses:                  |
----------------------------+-----------------------------
 For setEndian() function, the parameter type should be added first and
 then the parameter name.

 Currently
 {{{
 @param $endian string 'big' or 'little'
 }}}

 Should be
 {{{
 @param string $endian The endianness of the file. Accepts 'big' or
 'little'.
 }}}

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


More information about the wp-trac mailing list