Skip to content

Commit 327dc69

Browse files
How to use phpcbf
Co-Authored-By: Lena Orobei <oorobei@magento.com>
1 parent 2e3c684 commit 327dc69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Once installed, you can run `phpcs` from the command-line to analyse your code `
4343
$ vendor/bin/phpcs --standard=Magento2 app/code/MyAwesomeExtension
4444
```
4545

46+
### Fixing issues automatically
4647
Also you can run `phpcbf` from the command-line to fix your code `MyAwesomeExtension` for warnings like
4748
"PHPCBF CAN FIX THE [0-9]+ MARKED SNIFF VIOLATIONS AUTOMATICALLY"
4849
```

0 commit comments

Comments
 (0)