From 1b951f5b3abc075eb1ca4e58a1bb33a18b1a2b9c Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Tue, 27 Aug 2024 08:39:15 +0200 Subject: [PATCH] Nutze Docker-Image von friendsofphp/php-cs-fixer (#37) 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..44f002a 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -1,8 +1,10 @@ setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect()) ->setRules([ '@Symfony' => true, + 'phpdoc_separation' => false, '@Symfony:risky' => true, 'array_syntax' => array('syntax' => 'short'), 'no_unreachable_default_argument_value' => false,