Code Inspection: Loop can be converted to 'array_map' call
Reports the foreach
loops that can be replaced with array_map
calls.
Last modified: 08 December 2020
Reports the foreach
loops that can be replaced with array_map
calls.