Passed
Push — scrutinizer-patch-1 ( ba1522...5367d4 )
by Jorijn
10:50
created
src/Notifications/SecuritySlackNotification.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
             ->content("*Security Check Report:* `{$this->composerLockPath}`")
58 58
             ->attachment(function($attachment) {
59 59
                 $attachment->content($this->textFormatter())
60
-                           ->markdown([ 'pretext' ]);
60
+                            ->markdown([ 'pretext' ]);
61 61
             });
62 62
     }
63 63
 
Please login to merge, or discard this patch.