Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alamirault authored Nov 15, 2023
1 parent a0bef8d commit e98f52e
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 @@ -22,7 +22,7 @@ Then in your configuration file (`.php-cs-fixer.php`) register fixers and use th
return (new \PhpCsFixer\Config())
->registerCustomFixers(new \ErickSkrauch\PhpCsFixer\Fixers())
->setRules([
'ErickSkrauch\align_multiline_parameters' => true,
'ErickSkrauch/align_multiline_parameters' => true,
// See the rest of the fixers below
]);
```
Expand Down

0 comments on commit e98f52e

Please sign in to comment.