mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-10 07:06:40 +02:00
Type hints for browser console handler
This commit is contained in:
@@ -94,10 +94,8 @@ class BrowserConsoleHandler extends AbstractProcessingHandler
|
||||
|
||||
/**
|
||||
* Wrapper for echo to allow overriding
|
||||
*
|
||||
* @param string $str
|
||||
*/
|
||||
protected static function writeOutput($str)
|
||||
protected static function writeOutput(string $str)
|
||||
{
|
||||
echo $str;
|
||||
}
|
||||
|
Reference in New Issue
Block a user