Emitted when non-null properties without default values are defined in a class without a __construct method
__construct
<?php class A { /** @var string */ public $foo; }