Skip to content

Commit b8e2aa2

Browse files
committed
Apply fixes from StyleCI
1 parent ddeee72 commit b8e2aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Log/Logger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public function listen(Closure $callback)
246246
protected function fireLogEvent($level, $message, array $context = [])
247247
{
248248
// Avoid dispatching the event multiple times if our logger instance is the LogManager...
249-
if ($this->logger instanceof LogManager &&
249+
if ($this->logger instanceof LogManager &&
250250
$this->logger->getEventDispatcher() !== null) {
251251
return;
252252
}

0 commit comments

Comments
 (0)