phpstan for all
This commit is contained in:
@@ -242,7 +242,7 @@ class Logger
|
||||
|
||||
// Display the backtrace if it is needed
|
||||
if ($this->backtraceDisplay) {
|
||||
$e = new Exception();
|
||||
$e = new \Exception();
|
||||
$msg .= "\n" . ($e->getTraceAsString());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user