| @@ -55,8 +55,9 @@ | ||
| 55 | 55 | * |
| 56 | 56 | * @return bool True if `$array` is a list, otherwise false. |
| 57 | 57 | */ |
| 58 | 58 | if ( ! function_exists( 'array_is_list' ) ) { |
| 59 | + // phpcs:disable Universal.NamingConventions.NoReservedKeywordParameterNames.arrayFound | |
| 59 | 60 | function array_is_list( $array ) { |
| 60 | 61 | if ( ! is_array( $array ) ) { |
| 61 | 62 | return false; |
| 62 | 63 | } |