diff options
Diffstat (limited to '.php-cs-fixer.dist.php')
| -rw-r--r-- | .php-cs-fixer.dist.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 33d4a09..f8879a8 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -15,6 +15,9 @@ return (new Config()) 'import_constants' => false, 'import_functions' => false, ], + 'phpdoc_align' => [ + 'align' => 'left', + ] ]) // 💡 by default, Fixer looks for `*.php` files excluding `./vendor/` - here, you can groom this config ->setFinder( |
