mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Update MissingPropertyType.md (#3299)
This commit is contained in:
parent
a089d8bd58
commit
d475a601f0
@ -9,3 +9,9 @@ class A {
|
||||
public $foo = 5;
|
||||
}
|
||||
```
|
||||
|
||||
This feature is available in PHP since version 7.4
|
||||
|
||||
For more information see:
|
||||
* [Properties](https://www.php.net/manual/en/language.oop5.properties.php) in the PHP manual.
|
||||
* PHP RFC: [Typed Properties 2.0](https://wiki.php.net/rfc/typed_properties_v2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user