From d5a7ba8594a12b3a3e59fb290f468b7c883a1c54 Mon Sep 17 00:00:00 2001 From: Propaganistas Date: Fri, 15 Jun 2018 11:46:38 +0200 Subject: [PATCH] StyleCI --- .../Notifications/SendingMailNotificationsTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Integration/Notifications/SendingMailNotificationsTest.php b/tests/Integration/Notifications/SendingMailNotificationsTest.php index c6f391b89914..099bc6f2e76d 100644 --- a/tests/Integration/Notifications/SendingMailNotificationsTest.php +++ b/tests/Integration/Notifications/SendingMailNotificationsTest.php @@ -198,10 +198,10 @@ class NotifiableUserWithNamedAddress extends NotifiableUser { public function routeNotificationForMail($notification) { - return [ - $this->email => $this->name, - 'foo_'.$this->email, - ]; + return [ + $this->email => $this->name, + 'foo_'.$this->email, + ]; } }