Make WordPress Core


Ignore:
Timestamp:
06/30/2020 12:41:57 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove @return void from some tests, per the documentation standards.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/image/meta.php

    r47122 r48221  
    131131
    132132    /**
    133      * wp_read_image_metadata() should false if the image file doesn't exist
    134      *
    135      * @return void
     133     * wp_read_image_metadata() should return false if the image file doesn't exist.
    136134     */
    137135    public function test_missing_image_file() {
Note: See TracChangeset for help on using the changeset viewer.