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

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bensquire committed May 5, 2019
1 parent f0d9e62 commit 29e49f5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,16 @@ This example demonstrates the optimisation of a PNG file, by chaining several co
```

## Fix common coding inconsistencies
```console
composer php-cs-fixer
```

## Find coding issues
```console
composer php-stan
```

## Run unit tests
```console
./vendor/bin/php-cs-fixer fix .
composer tests
```

0 comments on commit 29e49f5

Please sign in to comment.