Skip to content

Commit

Permalink
Fix php code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Benz committed Sep 19, 2023
1 parent 354e56c commit dd2b06c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Services/MeetingService.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public function start(): bool
$paramParts = explode('=', $param, 2);
if (count($paramParts) !== 2) {
Log::warning('Custom create parameter for {$param} has no value', ['param' => $param]);

continue;
}

Expand Down

0 comments on commit dd2b06c

Please sign in to comment.