Make WordPress Core


Ignore:
Timestamp:
07/01/2021 09:01:17 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Corrections and improvements to types used in docblocks for symbols, properties, and filters.

See #53399

File:
1 edited

Legend:

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

    r49597 r51298  
    366366     * @since 3.7.0
    367367     *
    368      * @param stream $stream The PHP Stream which the SSL request is being made over
    369      * @param string $host The hostname being requested
     368     * @param resource $stream The PHP Stream which the SSL request is being made over
     369     * @param string   $host  The hostname being requested
    370370     * @return bool If the cerficiate presented in $stream is valid for $host
    371371     */
Note: See TracChangeset for help on using the changeset viewer.