1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Remove unnecessary navigation

This commit is contained in:
Matthew Brown 2022-11-12 14:57:28 -05:00 committed by GitHub
parent 1af691c83f
commit 543d8ab83b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,5 @@
# Object types
_Click on the » next to each type to view detailed documentation and examples._
- [object »](#unnamed-objects)
- [object{foo: string} »](#object-properties)
- [Exception, Foo\MyClass and Foo\MyClass<Bar> »](#named-objects)
- [Generator »](#generators)
## Unnamed objects
`object` are examples of unnamed object types. This type is also a valid type in PHP.