Reports parentheses around the
new
expression in statements with class member access on instantiation, e.g.
(new Foo)->bar()
. In PHP 8.4 and later, such parentheses can be omitted.
See
PHP RFC: new MyClass()->method() without parentheses
for details.