Skip to content

Commit 8374dfe

Browse files
committed
UMCS-383(change) Fix code style.
1 parent b7c6675 commit 8374dfe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Fixtures/CustomerFixtureTrait.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ public function getMinimalNotRegisteredB2bCustomer(): Customer
9898
*/
9999
public function getMaximalNotRegisteredB2bCustomer(): Customer
100100
{
101-
102101
$customer = $this->getMinimalNotRegisteredB2bCustomer()
103102
->setShippingAddress($this->getShippingAddress())
104103
->setSalutation(Salutations::MR)
@@ -135,7 +134,6 @@ public function getMinimalRegisteredB2bCustomer(): Customer
135134
*/
136135
public function getMaximalRegisteredB2bCustomer(): Customer
137136
{
138-
139137
$customer = $this->getMinimalRegisteredB2bCustomer()
140138
->setShippingAddress($this->getShippingAddress())
141139
->setSalutation(Salutations::MR)

0 commit comments

Comments
 (0)