Skip to content

Commit

Permalink
Merge pull request #21 from mpociot/analysis-z9mPL6
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
mpociot committed Feb 16, 2016
2 parents 29a0109 + 62d7b94 commit 4169f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mpociot/CaptainHook/Jobs/TriggerWebhooksJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function handle()
$client->post($webhook[ 'url' ], [
'body' => $this->eventData,
'verify' => false,
'timeout' => 10
'timeout' => 10,
]);
}
}
Expand Down

0 comments on commit 4169f67

Please sign in to comment.