1
0
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:
flip111 2020-05-04 20:49:19 +02:00 committed by GitHub
parent a089d8bd58
commit d475a601f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)