1
0
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:
Yurun
2022-03-14 03:31:19 +08:00
committed by GitHub
parent f9a8e87563
commit 6f233d2e2f

View File

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