idea-php-lambda-folding icon indicating copy to clipboard operation
idea-php-lambda-folding copied to clipboard

Folding 3 line closure

Open hantc opened this issue 8 years ago • 0 comments

Hi,

is folding of 3 line closure intended to develop in new versions?

My classic use-case, it's too long for one-line expression:

->filter(function (DiscountedProduct $discountedProduct) use ($product) {
   return $product->getId() == $discountedProduct->getProduct()->getId();
}

Thanks

hantc avatar May 08 '17 14:05 hantc