1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Update README.md

This commit is contained in:
Matthew Brown 2016-10-31 11:54:55 -04:00 committed by GitHub Enterprise
parent a30918316d
commit 6461acbb1b

View File

@ -22,7 +22,7 @@ To ensure your custom `FileChecker` is used, you must update the Psalm `fileExte
### Property types vs Assignment typehints
You can use the `/** @var Type */ docblock to annotate both property declarations and to help Psalm understand variable assignment.
You can use the `/** @var Type */` docblock to annotate both property declarations and to help Psalm understand variable assignment.
#### Property types