Skip to content

Commit

Permalink
Fixed closing parenthesis of a multi-line function call must be on a …
Browse files Browse the repository at this point in the history
…line by itself
  • Loading branch information
dverkade committed May 13, 2017
1 parent c9bd736 commit 84a002b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ public function testGetLatestUnreadNotifications()

// 1. Create mocks
$notificationList = $this->getMockBuilder(
\Magento\AdminNotification\Model\ResourceModel\Inbox\Collection\Unread::class)
\Magento\AdminNotification\Model\ResourceModel\Inbox\Collection\Unread::class
)
->disableOriginalConstructor()
->getMock();

Expand Down

0 comments on commit 84a002b

Please sign in to comment.