diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 70801c065..a501b110d 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -92,6 +92,12 @@ BODY, ], 'sort_algorithm' => 'alpha' ], + 'phpdoc_align' => [ + 'align' => 'vertical', + 'tags' => [ + 'param', + ] + ], 'phpdoc_line_span' => [ 'property' => 'single', 'method' => null,