'var_export' or 'print_r' call is used without 'return' argument
Reports var_export()
and print_r()
calls without the return
argument when their results are explicitly used. Such calls most probably are a mistake, because var_export
/print_r
always returns null
/true
if no argument
is specified.
Inspection Details | |
---|---|
Available in: | PhpStorm 2023.3, Qodana for PHP 2023.3 |
Plugin: | PHP, 233.SNAPSHOT |
Last modified: 13 July 2023