Make WordPress Core


Ignore:
Timestamp:
12/06/2019 10:41:26 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Increase the specificity of various docblock parameter types and return types.

See #48303

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-nav-menus.php

    r46821 r46823  
    4040     * @since 4.3.0
    4141     *
    42      * @param object $manager An instance of the WP_Customize_Manager class.
     42     * @param WP_Customize_Manager $manager An instance of the WP_Customize_Manager class.
    4343     */
    4444    public function __construct( $manager ) {
Note: See TracChangeset for help on using the changeset viewer.