From 11427d34fcc398d969df2adde91a4c4db906c65a Mon Sep 17 00:00:00 2001 From: flashwave Date: Fri, 16 Aug 2024 15:47:13 +0000 Subject: [PATCH] Removed unneeded use statement. --- tests/AttributesTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/AttributesTest.php b/tests/AttributesTest.php index 309d07f..9caf65c 100644 --- a/tests/AttributesTest.php +++ b/tests/AttributesTest.php @@ -5,7 +5,6 @@ declare(strict_types=1); -use RuntimeException; use PHPUnit\Framework\TestCase; use PHPUnit\Framework\Attributes\{CoversClass,UsesClass}; use Aiwass\Server\{RpcAction,RpcActionHandler,RpcProcedure,RpcQuery,RpcServer};