Skip to content

Commit

Permalink
Skip SingleLineThrowFixer
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmaudo committed Jun 23, 2024
1 parent 25dc54d commit 09ce68b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sets/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use PhpCsFixer\Fixer\Comment\MultilineCommentOpeningClosingFixer;
use PhpCsFixer\Fixer\ControlStructure\NoUselessElseFixer;
use PhpCsFixer\Fixer\ControlStructure\SimplifiedIfReturnFixer;
use PhpCsFixer\Fixer\FunctionNotation\SingleLineThrowFixer;
use PhpCsFixer\Fixer\LanguageConstruct\CombineConsecutiveIssetsFixer;
use PhpCsFixer\Fixer\LanguageConstruct\CombineConsecutiveUnsetsFixer;
use PhpCsFixer\Fixer\Phpdoc\PhpdocOrderByValueFixer;
Expand All @@ -32,6 +33,9 @@
symfony: true,
symfonyRisky: true,
)
->withSkip([
SingleLineThrowFixer::class,
])
->withRules([
ArrayIndentationFixer::class,
BlankLineAfterStrictTypesFixer::class,
Expand Down

0 comments on commit 09ce68b

Please sign in to comment.