From 3caa67fba8f0236b73dee92434de847528b1f3dd Mon Sep 17 00:00:00 2001 From: Attila Date: Thu, 31 Aug 2023 08:20:46 +0200 Subject: [PATCH] add missing bool[] --- src/Attributes/ServerVariable.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Attributes/ServerVariable.php b/src/Attributes/ServerVariable.php index 3b096d47..2312b97f 100644 --- a/src/Attributes/ServerVariable.php +++ b/src/Attributes/ServerVariable.php @@ -12,9 +12,9 @@ class ServerVariable extends \OpenApi\Annotations\ServerVariable { /** - * @param string[]|int[]|float[]|\UnitEnum[]|class-string|null $enum - * @param array|null $x - * @param Attachable[]|null $attachables + * @param string[]|int[]|float[]|\UnitEnum[]|class-string|null|bool[] $enum + * @param array|null $x + * @param Attachable[]|null $attachables */ public function __construct( ?string $serverVariable = null,