From e750789715284ad1e29096bef02ede3d76b16faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 8 Jan 2024 14:38:36 +0100 Subject: [PATCH] Update .php-cs-fixer.dist.php --- .php-cs-fixer.dist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index af9cf39..87c6fff 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -18,6 +18,7 @@ 'array_syntax' => [ 'syntax' => 'short' ], 'strict_comparison' => true, 'strict_param' => true, + 'phpdoc_indent' = > true, 'no_trailing_whitespace' => false, 'no_trailing_whitespace_in_comment' => false, 'braces' => false,