mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 13:16:39 +02:00
Remove concatenation
This commit is contained in:
@@ -71,7 +71,7 @@ class BrowserConsoleHandler extends AbstractProcessingHandler
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (count(self::$records)) {
|
if (count(self::$records)) {
|
||||||
echo '<script>' . self::generateScript() . '</script>';
|
echo '<script>' , self::generateScript() , '</script>';
|
||||||
self::reset();
|
self::reset();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user