Skip to content

Commit

Permalink
Merge pull request #891 from drupol/patch-1
Browse files Browse the repository at this point in the history
Fix extremelly minor typos.
  • Loading branch information
veewee authored Apr 28, 2021
2 parents aca8611 + 2e73409 commit 1f925b6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions doc/tasks/phpcsfixer.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ grumphp:
triggered_by: ['php']
```
**allow_risky**
*Default: null*
Expand All @@ -44,15 +43,13 @@ If not set, the default value is taken from config file (if it exists). By defau
You can change the location of the cache file by changing this property.
When no cache_file is set, the default file `.php_cs.cache` will be used.


**config**

*Default: null*

By default the `.php_cs` wil be used.
You can specify an alternate location for this file by changing this option.


**rules**

*Default: []*
Expand Down Expand Up @@ -96,7 +93,6 @@ This will speed up further runs by fixing only files that were modified since th
The tool will fix all files if the tool version has changed or the list of fixers has changed.
Cache is supported only for tool downloaded as phar file or installed via composer.


**config_contains_finder**

*Default: true*
Expand All @@ -121,9 +117,8 @@ Show applied fixers.

Show the full diff that will be applied.


**triggered_by**

*Default: [php]*

This option will specify which file extensions will trigger the phpcsfixer2 task.
This option will specify which file extensions will trigger the phpcsfixer task.

0 comments on commit 1f925b6

Please sign in to comment.