From 351fcba4b9d43485eb3bb35cd2c7bcbf92616730 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Mon, 26 Aug 2024 18:57:01 +0200 Subject: [PATCH] Nutze Docker-Image von friendsofphp/php-cs-fixer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automatische erstellte Änderung über https://github.com/webfactory/bfg9000/pull/9 (Case 174703) --- .php-cs-fixer.dist.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 06b7e72..55fc624 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -1,7 +1,9 @@ setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect()) ->setRules([ + 'phpdoc_separation' => ['skip_unlisted_annotations' => true], '@Symfony' => true, '@Symfony:risky' => true, 'array_syntax' => array('syntax' => 'short'),