We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0bef8d + e98f52e commit 0258feeCopy full SHA for 0258fee
README.md
@@ -22,7 +22,7 @@ Then in your configuration file (`.php-cs-fixer.php`) register fixers and use th
22
return (new \PhpCsFixer\Config())
23
->registerCustomFixers(new \ErickSkrauch\PhpCsFixer\Fixers())
24
->setRules([
25
- 'ErickSkrauch\align_multiline_parameters' => true,
+ 'ErickSkrauch/align_multiline_parameters' => true,
26
// See the rest of the fixers below
27
]);
28
```
0 commit comments