1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 05:07:36 +02:00

Remove concatenation

This commit is contained in:
Damien Seguy
2015-05-02 15:24:12 +02:00
parent 1065abe1f7
commit 0250fbe371

View File

@@ -71,7 +71,7 @@ class BrowserConsoleHandler extends AbstractProcessingHandler
}
if (count(self::$records)) {
echo '<script>' . self::generateScript() . '</script>';
echo '<script>' , self::generateScript() , '</script>';
self::reset();
}
}