Laravel PHPDoc Alignment
September 08, 2021
Amazing news: support for Laravel’s phpdoc alignment code style is now available in StyleCI! Starting today, the Laravel preset will now enforce correct alignment of phpdoc annotations.
Behind the scenes, we now have two new fixers: phpdoc_unalign
and laravel_phpdoc_alignment
. The laravel_phpdoc_alignment
fixer has been added to the laravel
preset.