Make WordPress Core


Ignore:
Timestamp:
10/10/2020 08:00:30 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Standardise the type name for booleans and integers.

This brings these docs inline with the documentation standards.

Props ravipatel, justinahinon

Fixes #51426

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/pomo/streams.php

    r47902 r49120  
    6363         * Reads an array of 32-bit Integers from the Stream
    6464         *
    65          * @param integer $count How many elements should be read
     65         * @param int $count How many elements should be read
    6666         * @return mixed Array of integers or false if there isn't
    6767         *  enough data or on error
     
    176176        /**
    177177         * @param int $pos
    178          * @return boolean
     178         * @return bool
    179179         */
    180180        function seekto( $pos ) {
Note: See TracChangeset for help on using the changeset viewer.