How do you declare a property in a PHP class?
int protected $prop;
protected int prop;
protected int $prop;
protected number $prop;