From 3ed519a26665cd7e3e79f47f5a3b5a21bbb71011 Mon Sep 17 00:00:00 2001 From: Wendell Adriel Date: Fri, 23 Jun 2023 14:19:20 +0100 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 70904d4..692c7cc 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,8 @@ You can use the following methods to create single type variables: | Enum Type | Yes | Strictus::enum($enumType, $value, true) | | Enum Type | Yes | Strictus::nullableEnum($enumType, $value) | +### Union Types + `Strictus` also supports union types: ```php