Menu
← Back to all error identifiers
Error Identifiers: assign.*
There are 10 error identifiers in the assign.* group:
-
Variable from a by-reference foreach is reused after the loop.
-
assign.invalidExpr non-ignorableLeft side of assignment is not a valid assignable expression.
-
Property with private(set) visibility is assigned from outside its class.
-
Property with protected(set) visibility is assigned from outside its class hierarchy.
-
Readonly or non-writable property is assigned outside its initialization context.
-
Assigned value type does not match the property type.
-
Readonly property is assigned more than once.
-
Property marked with @readonly is assigned more than once.
-
Static property with private(set) visibility is assigned from outside its class.
-
Static property with protected(set) visibility is assigned from outside its class hierarchy.