mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-12 16:14:08 +02:00
Use fully-qualified name for native functions (#1887)
This commit is contained in:
@@ -17,7 +17,7 @@ use Monolog\Formatter\LineFormatter;
|
||||
|
||||
function error_log()
|
||||
{
|
||||
$GLOBALS['error_log'][] = func_get_args();
|
||||
$GLOBALS['error_log'][] = \func_get_args();
|
||||
}
|
||||
|
||||
class ErrorLogHandlerTest extends TestCase
|
||||
|
Reference in New Issue
Block a user