From 6343265febffc88f9d7470a423b9829e18b9482f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristo=CC=81fer=20R?= Date: Thu, 21 Mar 2024 19:39:58 +0000 Subject: [PATCH] fix indentation of function parameters --- .../src/Internal/Service/Level3ServiceTest.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/unit/src/Internal/Service/Level3ServiceTest.php b/tests/unit/src/Internal/Service/Level3ServiceTest.php index 5911201c99b..ad81a2820fb 100644 --- a/tests/unit/src/Internal/Service/Level3ServiceTest.php +++ b/tests/unit/src/Internal/Service/Level3ServiceTest.php @@ -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 );