Skip to content

Commit

Permalink
Merge pull request #72 from apple-x-co/psr-log
Browse files Browse the repository at this point in the history
psr/log
  • Loading branch information
koriym authored Jul 10, 2023
2 parents 8901e5e + 4514b11 commit deb9b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"pagerfanta/pagerfanta": "^3.5",
"rize/uri-template": "^0.3.4",
"doctrine/annotations": "^1.11",
"psr/log": "^1.1",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"symfony/polyfill-php81": "^1.24"
},
"require-dev": {
Expand Down
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 deb9b8b

Please sign in to comment.