mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +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(
|
||||
$incompatible_plugins,
|
||||
function( $plugin ) {
|
||||
return $plugin['isActive'];
|
||||
function( array $plugin ): bool {
|
||||
return (bool) $plugin['isActive'];
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue