We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25dc54d commit 09ce68bCopy full SHA for 09ce68b
sets/base.php
@@ -9,6 +9,7 @@
9
use PhpCsFixer\Fixer\Comment\MultilineCommentOpeningClosingFixer;
10
use PhpCsFixer\Fixer\ControlStructure\NoUselessElseFixer;
11
use PhpCsFixer\Fixer\ControlStructure\SimplifiedIfReturnFixer;
12
+use PhpCsFixer\Fixer\FunctionNotation\SingleLineThrowFixer;
13
use PhpCsFixer\Fixer\LanguageConstruct\CombineConsecutiveIssetsFixer;
14
use PhpCsFixer\Fixer\LanguageConstruct\CombineConsecutiveUnsetsFixer;
15
use PhpCsFixer\Fixer\Phpdoc\PhpdocOrderByValueFixer;
@@ -32,6 +33,9 @@
32
33
symfony: true,
34
symfonyRisky: true,
35
)
36
+ ->withSkip([
37
+ SingleLineThrowFixer::class,
38
+ ])
39
->withRules([
40
ArrayIndentationFixer::class,
41
BlankLineAfterStrictTypesFixer::class,
0 commit comments