From 7e4ba8888ae794930119e0642ac846d339f86e2a Mon Sep 17 00:00:00 2001 From: Vincent Date: Mon, 17 Aug 2020 15:44:42 +0200 Subject: [PATCH] Update Union `@GQL\Union(types)` isn't required anymore as the `types` can be auto-guessed. --- src/Annotation/Union.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Annotation/Union.php b/src/Annotation/Union.php index 13c84f0dd..7af0ef6f0 100644 --- a/src/Annotation/Union.php +++ b/src/Annotation/Union.php @@ -22,8 +22,6 @@ final class Union implements Annotation /** * Union types. * - * @Required - * * @var array */ public array $types;