Skip to content

Commit

Permalink
fix class name
Browse files Browse the repository at this point in the history
  • Loading branch information
acalvino4 committed Apr 6, 2023
1 parent 36d3de6 commit dde9a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CraftRuleset.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function getRules()
{
$configurator = new RulesetConfigurator();
$configurator->setTwigMajorVersion($this->twigMajorVersion);
$builder = new CustomRulesetBuilder($configurator);
$builder = new CraftRulesetBuilder($configurator);

return [
new Rule\RegEngineRule(Violation::SEVERITY_ERROR, $builder->build()),
Expand Down

0 comments on commit dde9a4d

Please sign in to comment.