N°5809 Update psr/log from 2.0.0 to 3.0.0

This commit is contained in:
Pierre Goiffon
2024-01-26 15:03:59 +01:00
parent ac44ffcdff
commit 6342e0065a
11 changed files with 54 additions and 54 deletions

View File

@@ -23,7 +23,7 @@ class NullLogger extends AbstractLogger
*
* @throws \Psr\Log\InvalidArgumentException
*/
public function log($level, string|\Stringable $message, array $context = [])
public function log($level, string|\Stringable $message, array $context = []): void
{
// noop
}