File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Pick one of the rule sets:
1818* [ ` VisualCraft\PhpCsFixerConfig\RuleSet\Php74 ` ] ( src/RuleSet/Php74.php )
1919* [ ` VisualCraft\PhpCsFixerConfig\RuleSet\Php80 ` ] ( src/RuleSet/Php80.php )
2020* [ ` VisualCraft\PhpCsFixerConfig\RuleSet\Php81 ` ] ( src/RuleSet/Php81.php )
21+ * [ ` VisualCraft\PhpCsFixerConfig\RuleSet\Php82 ` ] ( src/RuleSet/Php82.php )
2122
2223Create a configuration file ` .php-cs-fixer.dist.php ` in the root of your project:
2324
@@ -35,7 +36,7 @@ $finder = PhpCsFixer\Finder::create()
3536 ])
3637;
3738
38- $config = PhpCsFixerConfig\Factory::fromRuleSet(new PhpCsFixerConfig\RuleSet\Php74 ());
39+ $config = PhpCsFixerConfig\Factory::fromRuleSet(new PhpCsFixerConfig\RuleSet\Php82 ());
3940$config
4041 ->setFinder($finder)
4142 ->setCacheFile(__DIR__ . '/.php-cs-fixer.cache')
You can’t perform that action at this time.
0 commit comments