Skip to content

Commit d266c25

Browse files
committed
add explanation how to use code analysis
1 parent 82dc733 commit d266c25

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,17 @@ execute the test with the following:
6262
```bash
6363
$ ./vendor/bin/phpunit tests
6464
```
65+
66+
## Code Analysis
67+
68+
execute the analysis with the following:
69+
70+
```bash
71+
$ ./vendor/bin/phpcs --standard=PSR12 src
72+
```
73+
74+
fix (if possible) with the following:
75+
76+
```bash
77+
$ ./vendor/bin/phpcbf --standard=PSR12 src
78+
```

0 commit comments

Comments
 (0)