Skip to content

Commit

Permalink
fix indentation of function parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
reykjalin committed Mar 21, 2024
1 parent b9170fe commit 6343265
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/unit/src/Internal/Service/Level3ServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ protected function create_mock_item( $name, $quantity, $subtotal, $total_tax, $p
}

protected function mock_level_3_order(
$shipping_postcode,
$with_fee = false,
$with_negative_price_product = false,
$quantity = 1,
$basket_size = 1,
$product_id = 30,
$variable = false
$shipping_postcode,
$with_fee = false,
$with_negative_price_product = false,
$quantity = 1,
$basket_size = 1,
$product_id = 30,
$variable = false
) {
$mock_items[] = $this->create_mock_item( 'Beanie with Logo', $quantity, 18, 2.7, $product_id, $variable );

Expand Down

0 comments on commit 6343265

Please sign in to comment.