Code Inspection: Array to string conversion
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.
Suppress an inspection in the editor
Position the caret at the highlighted line and press Alt+Enter or click .
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.
Last modified: 16 May 2022