Skip to content

Commit

Permalink
fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSimal committed Dec 31, 2024
1 parent 9c4d4fe commit 9956106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Log/CakeSentryLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public function role(): string
public function log($level, string|Stringable $message, array $context = []): void
{
// Return early when elastic search provides no query
if (empty($context['query'])){
if (empty($context['query'])) {
return;
}
/** @var \Cake\Database\Log\LoggedQuery $query */
Expand Down

0 comments on commit 9956106

Please sign in to comment.