Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2021-03-05 20:17:35 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2021-03-05 20:18:35 +0300
commit0b8edc5bde3e0c553d4c83c6148dd1ff894564be (patch)
treefbe7b5459f17db430e593e56a1d78ce4fd758559 /test/classes/ErrorHandlerTest.php
parent7943c8a4974dc50bf7fb53e3b1572f274ccc9c9e (diff)
Use PSR-12 for namespace use statements
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test/classes/ErrorHandlerTest.php')
-rw-r--r--test/classes/ErrorHandlerTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/classes/ErrorHandlerTest.php b/test/classes/ErrorHandlerTest.php
index 6ccef68668..93c4b140df 100644
--- a/test/classes/ErrorHandlerTest.php
+++ b/test/classes/ErrorHandlerTest.php
@@ -8,6 +8,7 @@ declare(strict_types=1);
namespace PhpMyAdmin\Tests;
use PhpMyAdmin\ErrorHandler;
+
use const E_RECOVERABLE_ERROR;
use const E_USER_NOTICE;
use const E_USER_WARNING;