currently new Cl() must be wrapped in parentheses if that object isfurther used to call it's method like (new Cl())->method(). It there any reason why not to allow new Cl()->method() ?
Based on https://www.php.net/manual/en/language.operators.precedence.php - the "new" operator has already the highest precedence, thus thereshould be no conflict.
With kind regards / Mit freundlichen Grüßen / S přátelským pozdravem,
Michael Voříšek ČVUT FEL