Passed
Pull Request — master (#74)
by
unknown
08:46
created
src/ExpoChannel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
         $interest = $notifiable->routeNotificationFor('ExpoPushNotifications')
49 49
             ?: $this->interestName($notifiable);
50 50
 
51
-        $interests = [ $interest ];
51
+        $interests = [$interest];
52 52
 
53 53
         try {
54 54
             $this->expo->notify(
Please login to merge, or discard this patch.