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:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user