@@ -14,7 +14,6 @@ |
||
| 14 | 14 | use GraphQL\Type\Definition\Type; |
| 15 | 15 | use App\GraphQL\Types\AuthUserType; |
| 16 | 16 | use GraphQL\Type\Definition\ObjectType; |
| 17 | -use App\GraphQL\Serializers\UserSerializer; |
|
| 18 | 17 | use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException; |
| 19 | 18 | |
| 20 | 19 | /** |
@@ -6,7 +6,7 @@ |
||
| 6 | 6 | * For the full copyright and license information, please view the LICENSE |
| 7 | 7 | * file that was distributed with this source code. |
| 8 | 8 | */ |
| 9 | -declare(strict_types=1); |
|
| 9 | +declare(strict_types = 1); |
|
| 10 | 10 | |
| 11 | 11 | namespace App\GraphQL\Types; |
| 12 | 12 | |
@@ -6,7 +6,7 @@ |
||
| 6 | 6 | * For the full copyright and license information, please view the LICENSE |
| 7 | 7 | * file that was distributed with this source code. |
| 8 | 8 | */ |
| 9 | -declare(strict_types=1); |
|
| 9 | +declare(strict_types = 1); |
|
| 10 | 10 | |
| 11 | 11 | namespace App\GraphQL\Serializers; |
| 12 | 12 | |