No difference if they are empty. Reason is they can be omitted if so. They are only required if you want to hand over arguments, then you do need them for syntactical reasons.
– arkaschaJul 01 '17 at 07:24
You can enforce using `new` with braces using https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.3/src/Fixer/Operator/NewWithBracesFixer.php.
– localheinzJul 01 '17 at 08:37