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

See #49572.
Built from https://develop.svn.wordpress.org/trunk@48102


git-svn-id: http://core.svn.wordpress.org/trunk@47871 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-06-20 11:18:09 +00:00
parent afe406b82e
commit a576a13246
30 changed files with 79 additions and 106 deletions

View File

@@ -345,7 +345,6 @@ if ( ! function_exists( 'is_countable' ) ) {
* @since 4.9.6
*
* @param mixed $var The value to check.
*
* @return bool True if `$var` is countable, false otherwise.
*/
function is_countable( $var ) {
@@ -367,7 +366,6 @@ if ( ! function_exists( 'is_iterable' ) ) {
* @since 4.9.6
*
* @param mixed $var The value to check.
*
* @return bool True if `$var` is iterable, false otherwise.
*/
function is_iterable( $var ) {