Skip to content

Commit 0b45628

Browse files
committed
ignore phpcs warning
1 parent ef00eab commit 0b45628

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/compat.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ function is_countable( $value ) {
5656
* @return bool True if `$array` is a list, otherwise false.
5757
*/
5858
if ( ! function_exists( 'array_is_list' ) ) {
59+
// phpcs:disable Universal.NamingConventions.NoReservedKeywordParameterNames.arrayFound
5960
function array_is_list( $array ) {
6061
if ( ! is_array( $array ) ) {
6162
return false;

0 commit comments

Comments
 (0)