From f5dbb75e6deb9653dfddb862e94323902ca33612 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:32 +0100 Subject: Changed php cs fixer to align phpdocs left --- .php-cs-fixer.dist.php | 3 +++ 1 file changed, 3 insertions(+) (limited to '.php-cs-fixer.dist.php') 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( -- cgit v1.2.3