travis-ci
:sparkles: PHP 7.1: New sniff to detect short list syntax for symmetric array destructuring > The shorthand array syntax ([]) may now be used to destructure arrays for assignments (including within foreach), as an alternative to the existing list() syntax, which is still supported. Refs: * http://php.net/manual/en/migration71.new-features.php#migration71.new-features.symmetric-array-destructuring * https://wiki.php.net/rfc/short_list_syntax * https://github.com/php/php-src/commit/4f077aee8 Fixes 248
15 of 15 new or added lines in 1 file covered. (100.0%)
2938 of 3046 relevant lines covered (96.45%)
31.28 hits per line