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:
parent
4cc1c903ac
commit
7116d0ec94
@ -131,7 +131,7 @@ You can use the `/** @var Type */` docblock to annotate both property declaratio
|
|||||||
|
|
||||||
#### Property types
|
#### 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
|
```php
|
||||||
/** @var string|null */
|
/** @var string|null */
|
||||||
|
Loading…
Reference in New Issue
Block a user