1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00
This commit is contained in:
Matthew Brown 2019-06-09 15:20:15 -04:00
parent 2fd24c4765
commit 9c18dfed43

View File

@ -48,7 +48,7 @@ Value types are also accepted
- [`null`](type_syntax/value_types.md#null)
- [`true`/`false`](type_syntax/value_types.md#true-false)
- [`6`/`7.0`/`"fourty-two"`/`'fourty two'`](type_syntax/value_types.md#some_string-4-314)
- [`Foo\Bar::MY_SCALAR_CONST`](type_syntax/value_types.md@regular-class-constants)
- [`Foo\Bar::MY_SCALAR_CONST`](type_syntax/value_types.md#regular-class-constants)
And some types that expand into union types