@@ -7,7 +7,7 @@ |
||
7 | 7 | class AppGlobalId extends GlobalId |
8 | 8 | { |
9 | 9 | /** |
10 | - * @param $globalId |
|
10 | + * @param string $globalId |
|
11 | 11 | * @return int|null |
12 | 12 | */ |
13 | 13 | public static function getIdFromGlobalId(?string $globalId): ?string |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use GraphQL\Error\UserError; |
10 | 10 | use Overblog\GraphQLBundle\Definition\Resolver\AliasedInterface; |
11 | 11 | use Overblog\GraphQLBundle\Definition\Resolver\MutationInterface; |
12 | -use Symfony\Component\Form\FormFactoryInterface; |
|
13 | 12 | use Symfony\Component\Validator\Validator\ValidatorInterface; |
14 | 13 | |
15 | 14 | class CarMutation implements MutationInterface, AliasedInterface |