Skip to content

Commit 9bcc80c

Browse files
committed
cs(graphql): move namespaces alphabetically
1 parent 19d9693 commit 9bcc80c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/GraphQl/Tests/Type/TypeConverterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
use GraphQL\Type\Definition\EnumType;
3131
use GraphQL\Type\Definition\ObjectType;
3232
use GraphQL\Type\Definition\Type as GraphQLType;
33+
use PHPUnit\Framework\Attributes\DataProvider;
34+
use PHPUnit\Framework\Attributes\IgnoreDeprecations;
3335
use PHPUnit\Framework\TestCase;
3436
use Prophecy\Argument;
3537
use Prophecy\PhpUnit\ProphecyTrait;
3638
use Prophecy\Prophecy\ObjectProphecy;
3739
use Symfony\Component\PropertyInfo\Type as LegacyType;
3840
use Symfony\Component\TypeInfo\Type;
39-
use PHPUnit\Framework\Attributes\DataProvider;
40-
use PHPUnit\Framework\Attributes\IgnoreDeprecations;
4141

4242
/**
4343
* @author Alan Poulain <[email protected]>

src/GraphQl/Type/FieldsBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
use Symfony\Component\Serializer\NameConverter\NameConverterInterface;
4646
use Symfony\Component\TypeInfo\Type;
4747
use Symfony\Component\TypeInfo\Type\CollectionType;
48-
use Symfony\Component\TypeInfo\TypeIdentifier;
4948
use Symfony\Component\TypeInfo\Type\ObjectType;
49+
use Symfony\Component\TypeInfo\TypeIdentifier;
5050

5151
/**
5252
* Builds the GraphQL fields.

0 commit comments

Comments
 (0)