We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef00eab commit 0b45628Copy full SHA for 0b45628
includes/compat.php
@@ -56,6 +56,7 @@ function is_countable( $value ) {
56
* @return bool True if `$array` is a list, otherwise false.
57
*/
58
if ( ! function_exists( 'array_is_list' ) ) {
59
+ // phpcs:disable Universal.NamingConventions.NoReservedKeywordParameterNames.arrayFound
60
function array_is_list( $array ) {
61
if ( ! is_array( $array ) ) {
62
return false;
0 commit comments