Skip to content

Commit

Permalink
Nutze Docker-Image von friendsofphp/php-cs-fixer
Browse files Browse the repository at this point in the history
Automatische erstellte Änderung über webfactory/bfg9000#9 (Case 174703)
  • Loading branch information
mpdude committed Aug 26, 2024
1 parent f040cdb commit 1fe9de2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?php

return (new PhpCsFixer\Config())
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
->setRules([
'@Symfony' => true,
'phpdoc_separation' => false,
'@Symfony:risky' => true,
'@PHPUnit48Migration:risky' => true,
'array_syntax' => ['syntax' => 'short'],
Expand Down

0 comments on commit 1fe9de2

Please sign in to comment.