mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-13 16:44:23 +02:00
Use fully-qualified name for native functions (#1887)
This commit is contained in:
@@ -16,7 +16,7 @@ use Monolog\Test\TestCase;
|
||||
|
||||
function mail($to, $subject, $message, $additional_headers = null, $additional_parameters = null)
|
||||
{
|
||||
$GLOBALS['mail'][] = func_get_args();
|
||||
$GLOBALS['mail'][] = \func_get_args();
|
||||
}
|
||||
|
||||
class NativeMailerHandlerTest extends TestCase
|
||||
|
Reference in New Issue
Block a user