# PossiblyNullPropertyAssignmentValue Emitted when trying to assign a value that may be null to a property that only takes non-null values. ```php foo = $s; } ```