Make WordPress Core


Ignore:
Timestamp:
10/10/2020 08:00:30 PM (5 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/class-wp-hook.php

    r47219 r49120  
    491491     * @link https://www.php.net/manual/en/iterator.valid.php
    492492     *
    493      * @return boolean
     493     * @return bool Whether the current position is valid.
    494494     */
    495495    public function valid() {
Note: See TracChangeset for help on using the changeset viewer.