Skip to content

Commit

Permalink
Apply fixes from StyleCI (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer authored Mar 23, 2021
1 parent 48a6fdd commit 8ce0a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/IncomingWebhookController.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __invoke()

$detail = $message['detail'];

if (!array_key_exists('status', $detail)) {
if (! array_key_exists('status', $detail)) {
Log::alert('incoming MediaConvert webhook: "status"-key does not exist');

return;
Expand Down

0 comments on commit 8ce0a8d

Please sign in to comment.