mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-10 23:24:02 +02:00
CS fixes
This commit is contained in:
@@ -54,10 +54,12 @@ class StubNewRelicHandler extends NewRelicHandler
|
||||
}
|
||||
}
|
||||
|
||||
function newrelic_notice_error() {
|
||||
function newrelic_notice_error()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
function newrelic_add_custom_parameter() {
|
||||
function newrelic_add_custom_parameter()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user