# UninitializedProperty Emitted when a property is used in a constructor before it is initialized ```php foo); $this->foo = "foo"; } } ```