travis-ci
:sparkles: PHP 7.3: new sniff to detect trailing comma's in function calls, isset() and unset() Trailing comma's in function calls, method calls, `isset()` and `unset()` will be allowed as of PHP 7.3. Refs: * https://wiki.php.net/rfc/trailing-comma-function-calls * https://github.com/php/php-src/commit/b591c329e I've kept the name of the sniff relatively generic to allow for adding more constructs in the future in case trailing comma's will start to be allowed in, for instance, `list()`. Includes unit tests which are largely based on the example code in the RFC/unit tests in PHP core.
45 of 45 new or added lines in 1 file covered. (100.0%)
2984 of 3093 relevant lines covered (96.48%)
31.06 hits per line