Code Inspection: Type declaration is redundant and could be simplified
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
Reports union type declarations that contain redundant types, for example, a union type that contains both the class alias and the original class.
See Union Types RFC: Duplicate and redundant 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.