Code Inspection: Array to string conversion
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
Reports array to string conversions, that is, the arrays that are provided in the contexts where a string is expected.
Prior to PHP 8.0, this would lead to a E_NOTICE
level error. In PHP 8.0, an E-WARNING
is emitted.
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.