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

@@ -14,5 +14,5 @@ interface LoggerAwareInterface
*
* @return void
*/
public function setLogger(LoggerInterface $logger);
public function setLogger(LoggerInterface $logger): void;
}