mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Fix the coding styles
This commit is contained in:
parent
cc06b0101a
commit
a803467b96
1 changed files with 2 additions and 2 deletions
|
@ -294,8 +294,8 @@ return array(
|
||||||
|
|
||||||
$active_plugins_list = array_filter(
|
$active_plugins_list = array_filter(
|
||||||
$incompatible_plugins,
|
$incompatible_plugins,
|
||||||
function( $plugin ) {
|
function( array $plugin ): bool {
|
||||||
return $plugin['isActive'];
|
return (bool) $plugin['isActive'];
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue