zendframework / zend-stratigility

Middleware for PHP built on top of PSR-7 and PSR-15
BSD 3-Clause "New" or "Revised" License
235 stars 57 forks source link

Use foreach instead array_walk #156

Closed snapshotpl closed 6 years ago

snapshotpl commented 6 years ago

I know it's micro optimization, however - it's still optimization and also improve a little readability IMO.

weierophinney commented 6 years ago

Thanks, @snapshotpl!

weierophinney commented 6 years ago

Thanks, @snapshotpl!