diff --git a/docs/recipes/php-cs-fixer/README.md b/docs/recipes/php-cs-fixer/README.md index 04ae70c0b..b44777b78 100644 --- a/docs/recipes/php-cs-fixer/README.md +++ b/docs/recipes/php-cs-fixer/README.md @@ -24,7 +24,7 @@ - exec("yarn exec -- prettier --write $tmpFile"); + exec("yarn exec -- prettier --write --brace-style=1tbs $tmpFile"); ``` - will allow you to change the `braceSytle` for this fixer + will allow you to change the `braceStyle` for this fixer ## Possible Improvement - the configuration can be modified from `php-cs-fixer` configuration