mirror of
https://github.com/itflow-org/itflow
synced 2026-09-13 18:25:11 +00:00
Rename plugins to libs and update all file references
This commit is contained in:
14
libs/vendor/psr/log/src/LoggerAwareInterface.php
vendored
Normal file
14
libs/vendor/psr/log/src/LoggerAwareInterface.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Psr\Log;
|
||||
|
||||
/**
|
||||
* Describes a logger-aware instance.
|
||||
*/
|
||||
interface LoggerAwareInterface
|
||||
{
|
||||
/**
|
||||
* Sets a logger instance on the object.
|
||||
*/
|
||||
public function setLogger(LoggerInterface $logger): void;
|
||||
}
|
||||
Reference in New Issue
Block a user