Code Inspection: Immutable property written in invalid scope
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
Highlights write access references to properties, for which the write access scope declared via #[Immutable]
is stricter than the reference scope.
Place the caret at the highlighted line and press AltEnter or click
.
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.