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