From 077b5e61f5590dc3861b98e5614d2b0b04abd71f Mon Sep 17 00:00:00 2001 From: ruudk Date: Tue, 12 Nov 2024 18:13:02 +0000 Subject: [PATCH] Apply php-cs-fixer changes --- tests/Type/StandardTypesTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Type/StandardTypesTest.php b/tests/Type/StandardTypesTest.php index 068bf516e..282cf3600 100644 --- a/tests/Type/StandardTypesTest.php +++ b/tests/Type/StandardTypesTest.php @@ -6,7 +6,6 @@ use GraphQL\Type\Definition\CustomScalarType; use GraphQL\Type\Definition\Directive; use GraphQL\Type\Definition\ObjectType; -use GraphQL\Type\Definition\ScalarType; use GraphQL\Type\Definition\Type; use GraphQL\Type\Introspection; use PHPUnit\Framework\TestCase;