summaryrefslogtreecommitdiff
path: root/.php-cs-fixer.dist.php
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
committerSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
commitf5dbb75e6deb9653dfddb862e94323902ca33612 (patch)
tree3eba0154cd381b607e014a74f34c3aeba23b7b93 /.php-cs-fixer.dist.php
parentbbb017512587047ea016e9445bb5693c8c3c8065 (diff)
Changed php cs fixer to align phpdocs left
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(