📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 23:20:01
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
psr
/
log
/
src
✏️
Editing: LoggerAwareInterface.php
<?php namespace RectorPrefix202411\Psr\Log; /** * Describes a logger-aware instance. */ interface LoggerAwareInterface { /** * Sets a logger instance on the object. */ public function setLogger(LoggerInterface $logger) : void; }
💾 Save Changes
❌ Cancel