PHyperLPoolSwapInside::_swapWithCustomData() .approve() reverts for tokens that don't return a boolean
Description
PHyperLPoolSwapInside::_swapWithCustomData() uses unsafe .approve() which does not return a bool on some tokens, reverting.
Recommendation
Use .forceApprove().
Status
Addressed in #0c8de23.