Make WordPress Core


Ignore:
Timestamp:
02/25/2018 08:21:37 PM (7 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-image-editor.php

    r42702 r42746  
    3535     * @since 3.5.0
    3636     *
    37      * @static
    3837     * @abstract
    3938     *
     
    5150     * @since 3.5.0
    5251     *
    53      * @static
    5452     * @abstract
    5553     *
     
    431429     * @since 3.5.0
    432430     *
    433      * @static
    434      *
    435431     * @param string $extension
    436432     * @return string|false
     
    459455     * @since 3.5.0
    460456     *
    461      * @static
    462      *
    463457     * @param string $mime_type
    464458     * @return string|false
Note: See TracChangeset for help on using the changeset viewer.