mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-09 06:36:46 +02:00
Remove unused variable (#1628)
This commit is contained in:
@@ -291,7 +291,6 @@ class Logger implements LoggerInterface, ResettableInterface
|
||||
*/
|
||||
public function addRecord(int $level, string $message, array $context = []): bool
|
||||
{
|
||||
$offset = 0;
|
||||
$record = null;
|
||||
|
||||
foreach ($this->handlers as $handler) {
|
||||
|
Reference in New Issue
Block a user