Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 29e49f5

Browse files
committed
Updated README.md
1 parent f0d9e62 commit 29e49f5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,16 @@ This example demonstrates the optimisation of a PNG file, by chaining several co
5252
```
5353

5454
## Fix common coding inconsistencies
55+
```console
56+
composer php-cs-fixer
57+
```
58+
59+
## Find coding issues
60+
```console
61+
composer php-stan
62+
```
5563

64+
## Run unit tests
5665
```console
57-
./vendor/bin/php-cs-fixer fix .
66+
composer tests
5867
```

0 commit comments

Comments
 (0)