Code Inspection: Comment can be replaced with named argument
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
Reports the inline comments before arguments in function calls that only contain the name of the parameter and thus serve as hints. In PHP 8.0 and later, named arguments can be used instead.
See Named arguments (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.