# PossiblyNullPropertyAssignment Emitted when trying to assign a property to a possibly null object ```php foo = "bar"; } ```