Skip to content

Commit ea29381

Browse files
authored
Merge branch 'main' into update-phpunit-config
2 parents 3cdb225 + d24a26a commit ea29381

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"allow-plugins": {
3131
"dealerdirect/phpcodesniffer-composer-installer": true,
3232
"johnpbloch/wordpress-core-installer": true
33-
}
33+
},
34+
"lock": false
3435
},
3536
"extra": {
3637
"branch-alias": {

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)