Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jul 30, 2024
1 parent 5603bda commit b1f6315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static function create($ruleSet = null)
$ruleSet = 'Relax';
}

$relaxRuleset = 'Realodix\\Relax\\RuleSet\\Sets\\'.ucfirst($ruleSet);
$relaxRuleset = 'Realodix\Relax\RuleSet\Sets\\'.ucfirst($ruleSet);

if (! class_exists($relaxRuleset)) {
throw new RulesetNotFoundException($ruleSet);
Expand Down

0 comments on commit b1f6315

Please sign in to comment.