Completed
Branch master (d83ba1)
by Sergey
02:26
created
Category
SlackTarget.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
         if (isset($this->channel)) {
82 82
             $payload['channel'] = $this->channel;
83 83
         }
84
-        $context  = stream_context_create([
84
+        $context = stream_context_create([
85 85
             'http' => [
86 86
                 'method' => 'POST',
87 87
                 'header' => "Content-Type: application/json; charset=UTF-8\r\n",
Please login to merge, or discard this patch.