Make WordPress Core


Ignore:
Timestamp:
02/25/2018 08:21:37 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove @static notations from method DocBlocks in wp-includes/* classes.

This tag has been used in the past, but should no longer be used. Just using the static keyword in code is enough for PhpDocumentor on PHP5+ to recognize static variables and methods, and PhpDocumentor will mark them as static.

Props birgire.
See #42803.

File:
1 edited

Legend:

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

    r42682 r42746  
    359359     *
    360360     * @since 3.7.0
    361      * @static
    362361     *
    363362     * @param stream $stream The PHP Stream which the SSL request is being made over
     
    421420     * Determines whether this class can be used for retrieving a URL.
    422421     *
    423      * @static
    424422     * @since 2.7.0
    425423     * @since 3.7.0 Combined with the fsockopen transport and switched to stream_socket_client().
Note: See TracChangeset for help on using the changeset viewer.