Reports the attempts to read from an uninitialized typed property. Such attempts will result in TypeError.

Typed properties should be initialized in any of the following ways:

See Uninitialized and Unset Properties (php.net) for details.