PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Code Inspection: Redundant 'array_values' call on a value iterated in 'foreach'

Last modified: 16 May 2022

Reports the array_values() calls inside foreach loops in which the iterated value is used without a key. Such calls are redundant and can be safely removed.