plugin updates

This commit is contained in:
Tony Volpe
2024-11-15 13:53:04 -05:00
parent 1293d604ca
commit 0238f0c4ca
2009 changed files with 163492 additions and 89543 deletions

View File

@@ -1638,7 +1638,7 @@ abstract class AbstractProcess implements ProcessInterface {
$keys = array_keys( $sizes );
$non_next_gen_keys = array_values(array_filter($keys, function ( $key ) {
return strpos( $key, $this->format ) === false;
return strpos( (string) $key, $this->format ) === false;
}));
return array_reduce($non_next_gen_keys, function ( $is_fully, $key ) use ( $sizes ) {