From 66c529e65442a4b379fe9a0d71ea961fff2cc2bb Mon Sep 17 00:00:00 2001 From: Jordi Sala Morales Date: Tue, 2 Nov 2021 08:53:34 +0100 Subject: [PATCH] Improve php-cs-fixer configuration --- .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 534b21846..7ac21310c 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -48,6 +48,7 @@ 'php_unit_test_annotation' => false, 'php_unit_test_case_static_method_calls' => true, 'phpdoc_order' => true, + 'phpdoc_to_comment' => ['ignored_tags' => ['psalm-suppress']], 'single_line_throw' => false, 'static_lambda' => true, 'strict_comparison' => true,