Skip to content

Commit

Permalink
Fix: Close parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Nov 28, 2023
1 parent 8fc3b48 commit d48be4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ This will enable and configure the [`HeaderCommentFixer`](https://github.com/Fri
+$ruleSet = Config\RuleSet\Custom::create()->withRules(Config\Rules::fromArray([
+ 'mb_str_functions' => false,
+ 'strict_comparison' => false,
+]);
+]));

$config = Config\Factory::fromRuleSet($ruleSet);

Expand Down

0 comments on commit d48be4d

Please sign in to comment.