Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:57:00 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove extra spaces from @param tags.

Per the documentation standards, @param tags should be aligned with each other, but not with the @return tag.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r47848 r48110  
    347347         * @access protected
    348348         *
    349          * @param  array  $nested_files  Array of files as returned by WP_Filesystem::dirlist()
    350          * @param  string $path          Relative path to prepend to child nodes. Optional.
     349         * @param array  $nested_files Array of files as returned by WP_Filesystem::dirlist().
     350         * @param string $path         Relative path to prepend to child nodes. Optional.
    351351         * @return array A flattened array of the $nested_files specified.
    352352         */
Note: See TracChangeset for help on using the changeset viewer.