MissingPropertyType
Emitted when a property is defined on a class without a type
<?php
class A {
public $foo = 5;
}
This feature is available in PHP since version 7.4
For more information see: * Properties in the PHP manual. * PHP RFC: Typed Properties 2.0