We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c03491 commit 3ed519aCopy full SHA for 3ed519a
README.md
@@ -224,6 +224,8 @@ You can use the following methods to create single type variables:
224
| Enum Type | Yes | Strictus::enum($enumType, $value, true) |
225
| Enum Type | Yes | Strictus::nullableEnum($enumType, $value) |
226
227
+### Union Types
228
+
229
`Strictus` also supports union types:
230
231
```php
0 commit comments