Skip to content

Commit

Permalink
refactor: add @symfony:risky ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Nov 15, 2024
1 parent 6217051 commit fcef2b2
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
Expand Up @@ -8,8 +8,10 @@
->exclude('tests/Functional/cache');

return (new PhpCsFixer\Config())
->setRiskyAllowed(true)
->setRules([
'@Symfony' => true,
'@Symfony:risky' => true,
'header_comment' => [
'header' => <<<HEADER
This file is part of the NelmioApiDocBundle package.
Expand Down

0 comments on commit fcef2b2

Please sign in to comment.