Skip to content

Commit 84a002b

Browse files
committed
Fixed closing parenthesis of a multi-line function call must be on a line by itself
1 parent c9bd736 commit 84a002b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/AdminNotification/Test/Unit/Block/ToolbarEntryTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ public function testGetLatestUnreadNotifications()
5151

5252
// 1. Create mocks
5353
$notificationList = $this->getMockBuilder(
54-
\Magento\AdminNotification\Model\ResourceModel\Inbox\Collection\Unread::class)
54+
\Magento\AdminNotification\Model\ResourceModel\Inbox\Collection\Unread::class
55+
)
5556
->disableOriginalConstructor()
5657
->getMock();
5758

0 commit comments

Comments
 (0)