Make WordPress Core


Ignore:
Timestamp:
06/20/2020 11:16:12 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove an empty line between @param and @return tags, per the documentation standards.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/compat.php

    r47550 r48102  
    346346     *
    347347     * @param mixed $var The value to check.
    348      *
    349348     * @return bool True if `$var` is countable, false otherwise.
    350349     */
     
    368367     *
    369368     * @param mixed $var The value to check.
    370      *
    371369     * @return bool True if `$var` is iterable, false otherwise.
    372370     */
Note: See TracChangeset for help on using the changeset viewer.