From 44e62fadd2f41284dc0dd02579dd130f0f05cf23 Mon Sep 17 00:00:00 2001 From: ikorisabi Date: Mon, 9 Jul 2018 22:19:19 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/DebuggerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/DebuggerTest.php b/tests/DebuggerTest.php index 85e9f54..82bb82e 100644 --- a/tests/DebuggerTest.php +++ b/tests/DebuggerTest.php @@ -12,11 +12,11 @@ namespace Neyo\Tests; -use UnexpectedValueException; use Neyo\Debugger; use Neyo\ErrorHandler; use Neyo\ExceptionHandler; use PHPUnit\Framework\TestCase; +use UnexpectedValueException; use const true; /**