Skip to content

Commit 58ba430

Browse files
authored
Merge pull request #4 from bohdanmoshchenko/update-readme
Updated README.md
2 parents 860fc11 + 851e300 commit 58ba430

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2223
Create 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')

0 commit comments

Comments
 (0)