SpacePossum
SpacePossum
Currently there is no fixer to enforce no trailing `,` in a single of short array destruction in one line, nor a rule for no trailing `,` in single line...
closes https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/3515
replaces https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/4310 fixes https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/4309
closes https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/6158 hits on `WordPress`, `drupal`, `magento2` and `bolt`.
Add missing support for `null` and `false`
following https://github.com/twigphp/Twig/pull/3713/files and others, is this something we want or need?