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