summaryrefslogtreecommitdiff
path: root/.php-cs-fixer.dist.php
diff options
context:
space:
mode:
Diffstat (limited to '.php-cs-fixer.dist.php')
-rw-r--r--.php-cs-fixer.dist.php3
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(