Passed
Push — scrutinizer-patch-1 ( 5367d4...857af2 )
by
unknown
11:48
created
src/Notifications/SecuritySlackNotification.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
             ->from(config('app.url'))
57 57
             ->content("*Security Check Report:* `{$this->composerLockPath}`")
58 58
             ->attachment(function($attachment) {
59
-                $attachment->content($this->textFormatter())->markdown(['text']);
59
+                $attachment->content($this->textFormatter())->markdown([ 'text' ]);
60 60
             });
61 61
     }
62 62
 
Please login to merge, or discard this patch.