Skip to content

Commit c2a1fcf

Browse files
committed
Apply fixes from StyleCI
1 parent c161479 commit c2a1fcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Notifications/NotificationSendQueuedNotificationTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ public function testSerializationOfNormalNotifiable()
5656
public function testNotificationCanSetMaxExceptions()
5757
{
5858
$notifiable = new NotifiableUser;
59-
$notification = new class {
59+
$notification = new class
60+
{
6061
public $maxExceptions = 23;
6162
};
6263

0 commit comments

Comments
 (0)