Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: fix typo in php-cs-fixer recipe (#944)
  • Loading branch information
nicoder authored and evilebottnawi committed Feb 1, 2019
1 parent a90bc9a commit c84ed00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/php-cs-fixer/README.md
Expand Up @@ -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
Expand Down

0 comments on commit c84ed00

Please sign in to comment.