phpstan for all

This commit is contained in:
2023-04-13 14:36:03 +02:00
parent 660bef00a2
commit 57cc0b261a
6 changed files with 8 additions and 7 deletions

View File

@@ -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());
}