Make WordPress Core


Ignore:
Timestamp:
05/29/2015 03:42:40 PM (10 years ago)
Author:
wonderboymusic
Message:

Add @static* annotations where they are missing.
Initialize all static vars that are not, most to null.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-image-editor.php

    r32546 r32650  
    3232     *
    3333     * @since 3.5.0
     34     *
     35     * @static
    3436     * @access public
    3537     * @abstract
     
    4749     *
    4850     * @since 3.5.0
     51     *
     52     * @static
    4953     * @access public
    5054     * @abstract
     
    443447     *
    444448     * @since 3.5.0
     449     *
     450     * @static
    445451     * @access protected
    446452     *
     
    469475     *
    470476     * @since 3.5.0
     477     *
     478     * @static
    471479     * @access protected
    472480     *
Note: See TracChangeset for help on using the changeset viewer.