Code Inspection: Parameter's name changed during inheritance
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
Reports the methods' parameters whose names differ from the same parameters defined in parent methods. Starting with PHP 8.0, such code can cause runtime errors.
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.