Skip to content

Commit

Permalink
Fix confniguration
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Jul 1, 2024
1 parent 8491ebb commit 86323b8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,12 @@
'no_unreachable_default_argument_value' => false,
'braces' => array('allow_single_line_closure' => true),
'heredoc_to_nowdoc' => false,
'phpdoc_annotation_without_dot' => false,
'php_unit_test_annotation' => ['style' => 'annotation'],
'php_unit_method_casing' => false,
'psr_autoloading' => false,
'phpdoc_to_comment' => false,
'phpdoc_separation' => ['skip_unlisted_annotations' => true], // https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/6668; antizipiert das Default der nächsten Major Version
])
->setRiskyAllowed(true)
->setFinder(
PhpCsFixer\Finder::create()
->in(__DIR__)
->notPath('conf/')
->notPath('tmp/')
->notPath('node_modules/')
->notPath('var/cache')
->notPath('vendor/')
->notPath('www')
)
;

0 comments on commit 86323b8

Please sign in to comment.