Make WordPress Core


Ignore:
Timestamp:
06/19/2020 10:53:54 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Remove unnecessary variables names from @return tags.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/admin/wpPrivacyRequestsTable.php

    r46586 r48100  
    2222     * @since 5.1.0
    2323     *
    24      * @return PHPUnit_Framework_MockObject_MockObject|WP_Privacy_Requests_Table $instance Mocked class instance.
     24     * @return PHPUnit_Framework_MockObject_MockObject|WP_Privacy_Requests_Table Mocked class instance.
    2525     */
    2626    public function get_mocked_class_instance() {
     
    9292     *
    9393     * @param string $request The complete SQL query.
    94      * @return string $request The complete SQL query.
     94     * @return string The complete SQL query.
    9595     */
    9696    public function filter_posts_request( $request ) {
Note: See TracChangeset for help on using the changeset viewer.