Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Mar 12, 2017
1 parent e87c2d1 commit 0383cfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ It is advised to hook it in along with your cs check, e.g. for travis:
```
- if [[ $PHPCS == 1 ]]; then bin/cake annotations all -f -d --cli -v ; fi
```
Note: This will need some additional setup, like migrations to be run prior to the call.
The database must exist and replicate the actual DB.

## Writing your own annotators
Just extend the shell on application level, add your command and create your own Annotator class:
Expand Down

0 comments on commit 0383cfb

Please sign in to comment.