Passed
Push — main ( 66bbba...4d6295 )
by mohsen
03:38 queued 55s
created
config/stethoscope.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     'notifications' => [
93 93
 
94 94
         'notifications' => [
95
-            \MohsenAbrishami\Stethoscope\Notifications\LogReportNotification::class => ['mail'],
95
+            \MohsenAbrishami\Stethoscope\Notifications\LogReportNotification::class => [ 'mail' ],
96 96
         ],
97 97
 
98 98
         'notifiable' => \MohsenAbrishami\Stethoscope\Notifications\Notifiable::class,
Please login to merge, or discard this patch.
src/Listeners/SendResourceLogNotification.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,6 +21,6 @@
 block discarded – undo
21 21
     {
22 22
         $notifications = config('stethoscope.notifications.notifications');
23 23
 
24
-        return array_keys($notifications)[0];
24
+        return array_keys($notifications)[ 0 ];
25 25
     }
26 26
 }
Please login to merge, or discard this patch.