Explorar el Código

Remove unused variable (#1628)

Yurun hace 3 años
padre
commit
6f233d2e2f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/Monolog/Logger.php

+ 0 - 1
src/Monolog/Logger.php

@@ -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) {