Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:38:55 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove @staticvar tags from core.

The tag was supported in phpDocumentor 1.x, but is no longer supported in 2.x and 3.x.

Usage of static variables is considered an internal implementation detail and has no information value for someone reading the docs.

Props alishanvr, jrf.
Fixes #50426.

File:
1 edited

Legend:

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

    r48100 r48109  
    22352235     *
    22362236     * @link https://api.wordpress.org/secret-key/1.1/salt/ Create secrets for wp-config.php
    2237      *
    2238      * @staticvar array $cached_salts
    2239      * @staticvar array $duplicated_keys
    22402237     *
    22412238     * @param string $scheme Authentication scheme (auth, secure_auth, logged_in, nonce)
     
    24732470     *
    24742471     * @global string $rnd_value
    2475      * @staticvar string $seed
    2476      * @staticvar bool $use_random_int_functionality
    24772472     *
    24782473     * @param int $min Lower limit for the generated number
Note: See TracChangeset for help on using the changeset viewer.