Skip to content

Commit 748e6c1

Browse files
diegocurbeloMayisha
authored andcommitted
Fix lint error
1 parent 94d8fa5 commit 748e6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/wc-mock-stripe-api-unit-test-case.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ protected function expect_payment_method_configurations_update( $enabled_payment
4242
$this->stripe_api->expects( $this->once() )->method( 'update_payment_method_configurations' )->with(
4343
$this->equalTo( 'pmc_abcdef' ),
4444
$this->callback(
45-
function( $actual ) use ( $enabled_payment_method_ids, $disabled_payment_method_ids ) {
45+
function ( $actual ) use ( $enabled_payment_method_ids, $disabled_payment_method_ids ) {
4646
foreach ( $enabled_payment_method_ids as $payment_method ) {
4747
if ( ! isset( $actual[ $payment_method ] ) || 'on' !== $actual[ $payment_method ]['display_preference']['preference'] ) {
4848
return false;

0 commit comments

Comments
 (0)