Skip to content

Commit

Permalink
Apply fixes from StyleCI (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Mar 23, 2021
1 parent 7770fb6 commit e192947
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 @@ -31,7 +31,7 @@ public function __invoke()

Log::info('incoming MediaConvert webhook message', $message);

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

return;
Expand Down

0 comments on commit e192947

Please sign in to comment.