Skip to content

Commit 0181392

Browse files
authored
Merge pull request #412 from wp-cli/lint-fix
2 parents f4b1d39 + 4476a67 commit 0181392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PhpArrayGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ protected static function toArray( Translations $translations, $include_headers,
119119
*/
120120
private static function array_is_list( array $arr ) {
121121
if ( function_exists( 'array_is_list' ) ) {
122+
// phpcs:ignore PHPCompatibility.FunctionUse.NewFunctions.array_is_listFound
122123
return array_is_list( $arr );
123124
}
124125

0 commit comments

Comments
 (0)