Skip to content

Commit

Permalink
Correcting the case
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-casias authored Jan 9, 2025
1 parent 5548045 commit b1e257c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drainpipe-dev/scaffold/.twig-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
$ruleset->addStandard(new TwigCsFixer\Standard\TwigCsFixer());

// Remove the IncludeFunctionRule which breaks TwigJS.
$ruleset->removeRule(TwigCsFixer\Rules\Function\includeFunctionRule::class);
$ruleset->removeRule(TwigCsFixer\Rules\Function\IncludeFunctionRule::class);

$config = new TwigCsFixer\Config\Config();
$config->setRuleset($ruleset);
Expand Down

0 comments on commit b1e257c

Please sign in to comment.