Changes between Version 2 and Version 3 of Ticket #42066, comment 4
- Timestamp:
- 09/28/2021 04:14:52 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42066, comment 4
v2 v3 77 77 78 78 **Notes** 79 - Can replace `array_map()` calls with `foreach( )` for performance per [https://github.com/EFTEC/php-benchmarks#array_map-vs-foreach this benchmark].79 - Can replace `array_map()` calls with `foreach( $link_data as &$link )` for performance per [https://github.com/EFTEC/php-benchmarks#array_map-vs-foreach this benchmark].