Member since
makes for cleaner code by removing those useless parentheses
would make the code more readable, instead of the need to pass multiple parameters through the use()
We spend a lot more time reading code than writing it. The elegance of short closure combined with the convenience of variable scope usage has already shown to be a game changer on Typescript and there doesn’t seem to be any technical issue with having it on PHP.