Code Inspection: Redundant intersection type
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
Reports the intersection type declarations that contain redundant types, for example, an intersection type that contains both the parent class and its subclass.
See PHP RFC: Pure intersection types (php.net) for details.
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.