You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The original concept for this package came from this excellent article on [shari
26
26
27
27
---
28
28
29
-
## Example `.php_cs.dist` files
29
+
## Example `.php-cs-fixer.dist.php` files
30
30
31
31
This example uses the Laravel project finder and the Default Ruleset:
32
32
@@ -136,7 +136,7 @@ Flag: `--outfile` (or `-o`)
136
136
137
137
Required: **no**
138
138
139
-
Default: `.php_cs.dist`
139
+
Default: `.php-cs-fixer.dist.php`
140
140
141
141
Possible values: any valid filename
142
142
@@ -248,7 +248,7 @@ If you would like to automatically apply `php-cs-fixer` formatting using Github
248
248
249
249
## Usage
250
250
251
-
Select a Finder preset or create an instance of `\PhpCsFixer\Finder` and return `SharedConfig::create($finder)` from the `.php_cs.dist` file.
251
+
Select a Finder preset or create an instance of `\PhpCsFixer\Finder` and return `SharedConfig::create($finder)` from the `.php-cs-fixer.dist.php` file.
0 commit comments