Skip to content

Commit

Permalink
fix: return type
Browse files Browse the repository at this point in the history
  • Loading branch information
apple-x-co committed Jul 10, 2023
1 parent be5c927 commit 4514b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AuraSqlProfileModuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected function configure()
$this->bind(LoggerInterface::class)->toInstance(
new class extends AbstractLogger {
/** @inheritDoc */
public function log($level, $message, array $context = [])
public function log($level, $message, array $context = []): void
{
$replace = [];
foreach ($context as $key => $val) {
Expand Down

0 comments on commit 4514b11

Please sign in to comment.