From fd211cd949733eefffdb63fe21dab5bf83fc8b6a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 11 Oct 2020 15:37:57 +0200 Subject: [PATCH] autofixes --- tests/Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 19c6a65a3..edc44c909 100644 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -4,7 +4,7 @@ \ini_set('display_errors', '1'); \ini_set('display_startup_errors', '1'); \error_reporting(\E_ALL); -setlocale(LC_ALL, 'en_US.UTF-8'); +\setlocale(\LC_ALL, 'en_US.UTF-8'); if (\is_file('vendor/autoload.php')) { include_once 'vendor/autoload.php';