Passed
Branch master (3a4bd7)
by Pulkit
06:09
created
src/Slack/ExceptionOccurredPayload.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -19,12 +19,12 @@
 block discarded – undo
19 19
             "attachments" => [
20 20
                 [
21 21
                     "text"  => "*Environment:* "   . config('app.env') . " " . config('laravel_alert_notifications.slack.subject')
22
-                       . "\n" . "Request Url: "    . Request::fullUrl()
23
-                       . "\n" . "Message: "        . $this->exception->getMessage()
24
-                       . "\n" . "Exception: "      . get_class($this->exception)
25
-                       . "\n" . "Exception Code: " . $this->exception->getCode()
26
-                       . "\n" . "In File: *"       . $this->exception->getFile() . '* on line ' . $this->exception->getLine()
27
-                       . "\n" . "Server: "         . "```" . $this->exception->getTraceAsString() . "```"
22
+                        . "\n" . "Request Url: "    . Request::fullUrl()
23
+                        . "\n" . "Message: "        . $this->exception->getMessage()
24
+                        . "\n" . "Exception: "      . get_class($this->exception)
25
+                        . "\n" . "Exception Code: " . $this->exception->getCode()
26
+                        . "\n" . "In File: *"       . $this->exception->getFile() . '* on line ' . $this->exception->getLine()
27
+                        . "\n" . "Server: "         . "```" . $this->exception->getTraceAsString() . "```"
28 28
                     , "mrkdwn"=> true
29 29
                 ]
30 30
             ]
Please login to merge, or discard this patch.