File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
.vortex/installer/tests/Fixtures/install Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 33declare (strict_types=1 );
44
55$ ruleset = new TwigCsFixer \Ruleset \Ruleset ();
6+ $ ruleset ->addStandard (new TwigCsFixer \Standard \Twig ());
67$ ruleset ->addRule (new TwigCsFixer \Rules \Delimiter \BlockNameSpacingRule ());
78$ ruleset ->addRule (new TwigCsFixer \Rules \Delimiter \DelimiterSpacingRule ());
89$ ruleset ->addRule (new TwigCsFixer \Rules \Function \NamedArgumentSpacingRule ());
Original file line number Diff line number Diff line change 33declare (strict_types=1 );
44
55$ ruleset = new TwigCsFixer \Ruleset \Ruleset ();
6+ $ ruleset ->addStandard (new TwigCsFixer \Standard \Twig ());
67$ ruleset ->addRule (new TwigCsFixer \Rules \Delimiter \BlockNameSpacingRule ());
78$ ruleset ->addRule (new TwigCsFixer \Rules \Delimiter \DelimiterSpacingRule ());
89$ ruleset ->addRule (new TwigCsFixer \Rules \Function \NamedArgumentSpacingRule ());
Original file line number Diff line number Diff line change 1- @@ -20 ,8 +20 ,8 @@
1+ @@ -21 ,8 +21 ,8 @@
22 $ruleset->addRule(new TwigCsFixer\Rules\Whitespace\TrailingSpaceRule());
33
44 $finder = new TwigCsFixer\File\Finder();
Original file line number Diff line number Diff line change 1- @@ -21 ,7 +21 ,6 @@
1+ @@ -22 ,7 +22 ,6 @@
22
33 $finder = new TwigCsFixer\File\Finder();
44 $finder->in(__DIR__ . '/web/modules/custom');
You can’t perform that action at this time.
0 commit comments