提交的内容
This commit is contained in:
4
vendor/psr/log/src/LoggerAwareInterface.php
vendored
Executable file → Normal file
4
vendor/psr/log/src/LoggerAwareInterface.php
vendored
Executable file → Normal file
@ -9,10 +9,6 @@ interface LoggerAwareInterface
|
||||
{
|
||||
/**
|
||||
* Sets a logger instance on the object.
|
||||
*
|
||||
* @param LoggerInterface $logger
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setLogger(LoggerInterface $logger): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user