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

Fix link to template annotations (#4125)

This commit is contained in:
Hans-Helge Buerger 2020-09-04 22:26:52 +02:00 committed by Daniil Gentili
parent 61512da144
commit 7e6a3c7b55
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -4,7 +4,7 @@
#### Generic object types
Psalm supports using generic object types like `ArrayObject<int, string>`. Any generic object should be typehinted with appropriate [`@template` tags](templated_annotations.md).
Psalm supports using generic object types like `ArrayObject<int, string>`. Any generic object should be typehinted with appropriate [`@template` tags](../templated_annotations.md).
#### Generators