Skip to content

Commit 4d4036d

Browse files
committed
fix phpcs warning
1 parent 1d82536 commit 4d4036d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Customer/Test/Unit/Model/EmailNotificationTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,8 +771,7 @@ private function mockDefaultTransportBuilder(
771771
string $customerEmail,
772772
string $customerName,
773773
array $templateVars = []
774-
): void
775-
{
774+
): void {
776775
$transport = $this->createMock(\Magento\Framework\Mail\TransportInterface::class);
777776

778777
$this->transportBuilderMock->expects($this->once())

0 commit comments

Comments
 (0)