Make WordPress Core


Ignore:
Timestamp:
01/10/2015 06:53:48 AM (11 years ago)
Author:
wonderboymusic
Message:

Adding a @return annotation to constructors is generally not recommended as a constructor does not have a meaningful return value. Constructors do not have meaningful return values, anything that is returned from here is discarded.

See #30799.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-xmlrpc-server.php

    r31092 r31126  
    4242     *
    4343     * @since 1.5.0
    44      *
    45      * @return wp_xmlrpc_server
    4644     */
    4745    public function __construct() {
     
    30973095     * @since 2.7.0
    30983096     *
    3099      * @param array $args. Contains:
     3097     * @param array $args Contains:
    31003098     *  - blog_id (unused)
    31013099     *  - username
Note: See TracChangeset for help on using the changeset viewer.