From 7f3f5ab02fd96a49afefa97586bcb2f6b7904f7a Mon Sep 17 00:00:00 2001 From: Giovanni Piemontese <22853912+ynnoig@users.noreply.github.com> Date: Wed, 5 Jun 2024 09:29:05 +0200 Subject: [PATCH] style: cs fix --- .../Model/PunchoutOrderMessageAdvancedPricingTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/CXmlTest/Model/PunchoutOrderMessageAdvancedPricingTest.php b/tests/CXmlTest/Model/PunchoutOrderMessageAdvancedPricingTest.php index 9969610..800d92a 100644 --- a/tests/CXmlTest/Model/PunchoutOrderMessageAdvancedPricingTest.php +++ b/tests/CXmlTest/Model/PunchoutOrderMessageAdvancedPricingTest.php @@ -62,9 +62,9 @@ public function testMinimumExampleAdvPricing(): void [ new Classification('UNSPSC', 'ean1234'), ], - new PriceBasisQuantity(2, 0.5, 'BOX', new MultilanguageString('1 Box is 2 EA and the unit price is for 2', null, 'en')) - ) - ) + new PriceBasisQuantity(2, 0.5, 'BOX', new MultilanguageString('1 Box is 2 EA and the unit price is for 2', null, 'en')), + ), + ), ); $cxml = Builder::create('Workchairs cXML Application', 'en-US', $this)