Skip to content

Commit dfb47ee

Browse files
authored
Nutze Docker-Image von friendsofphp/php-cs-fixer (#13)
Automatische erstellte Änderung über webfactory/bfg9000#9 (Case 174703)
1 parent 6ed9c8e commit dfb47ee

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
'array_syntax' => array('syntax' => 'short'),
79
'no_unreachable_default_argument_value' => false,
810
'braces' => array('allow_single_line_closure' => true),

0 commit comments

Comments
 (0)