Make WordPress Core


Ignore:
Timestamp:
05/24/2015 05:39:47 AM (9 years ago)
Author:
wonderboymusic
Message:

Use void instead of null where appropriate when pipe-delimiting @return types. If a @return only contains void, remove it.

See #32444.

File:
1 edited

Legend:

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

    r32565 r32568  
    292292     *
    293293     * @param string|array $data Escape single string or array of strings.
    294      * @return string|null Returns with string is passed, alters by-reference
     294     * @return string|void Returns with string is passed, alters by-reference
    295295     *                     when array is passed.
    296296     */
Note: See TracChangeset for help on using the changeset viewer.