Skip to content

Commit 1b951f5

Browse files
authored
Nutze Docker-Image von friendsofphp/php-cs-fixer (#37)
Automatische erstellte Änderung über webfactory/bfg9000#9 (Case 174703)
1 parent 69bd32b commit 1b951f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
22

33
return (new PhpCsFixer\Config())
4+
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
45
->setRules([
56
'@Symfony' => true,
7+
'phpdoc_separation' => false,
68
'@Symfony:risky' => true,
79
'array_syntax' => array('syntax' => 'short'),
810
'no_unreachable_default_argument_value' => false,

0 commit comments

Comments
 (0)