From 2e752ba9b13a50a1419e373c19455b461e55a883 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Tue, 27 Aug 2024 08:29:52 +0200 Subject: [PATCH] Nutze Docker-Image von friendsofphp/php-cs-fixer (#41) 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 2c2b037..754bafa 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, '@PHPUnit48Migration:risky' => true, 'array_syntax' => ['syntax' => 'short'],