We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d82536 commit 4d4036dCopy full SHA for 4d4036d
app/code/Magento/Customer/Test/Unit/Model/EmailNotificationTest.php
@@ -771,8 +771,7 @@ private function mockDefaultTransportBuilder(
771
string $customerEmail,
772
string $customerName,
773
array $templateVars = []
774
- ): void
775
- {
+ ): void {
776
$transport = $this->createMock(\Magento\Framework\Mail\TransportInterface::class);
777
778
$this->transportBuilderMock->expects($this->once())
0 commit comments