PHP 8.0 Beta and More
October 31, 2020
Since August, support for PHP 8.0 has been in private beta testing. Today, we extend this beta programme for everyone to opt-in to by setting version: 8 in their StyleCI config!
Our second announcement for today is the immediate availability of the following new fixers: boolean_operator_linebreak_beginning, boolean_operator_linebreak_end, group_import, operator_linebreak_beginning, operator_linebreak_end, phpdoc_inline_tag_normalizer, phpdoc_singular_inheritdoc, single_space_after_construct, and trailing_comma_in_multiline_call. The phpdoc_inline_tag fixer has been soft renamed to phpdoc_inline_inheritdoc and has been improved to make more corrections in line with the Symfony code style guide. The phpdoc_singular_inheritdoc fixer has been added to the symfony, laravel and recommended presets, the phpdoc_inline_tag_normalizer fixer has been added to the symfony preset, and the phpdoc_inline_tag fixer has been removed from the laravel and recommended presets.
Please let us know if you run into any issues or have any questions.