fix PHPCS issue
This commit is contained in:
parent
15179f2c5a
commit
8c93d36d95
1 changed files with 1 additions and 1 deletions
|
@ -44,6 +44,6 @@ if ( ! function_exists( 'is_countable' ) ) {
|
||||||
* @return bool True if `$value` is countable, otherwise false.
|
* @return bool True if `$value` is countable, otherwise false.
|
||||||
*/
|
*/
|
||||||
function is_countable( $value ) {
|
function is_countable( $value ) {
|
||||||
return is_array( $value ) || $value instanceof \Countable;
|
return is_array( $value ) || $value instanceof \Countable;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue