1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Fix typo cc @rahul

This commit is contained in:
Matthew Brown 2016-11-01 16:34:33 -04:00 committed by GitHub Enterprise
parent 4cc1c903ac
commit 7116d0ec94

View File

@ -131,7 +131,7 @@ You can use the `/** @var Type */` docblock to annotate both property declaratio
#### Property types
You can specify a particular type for an class property in Psalm by using the `@var` declaration:
You can specify a particular type for a class property in Psalm by using the `@var` declaration:
```php
/** @var string|null */