fix explication of fixed and broken in doc

This commit is contained in:
Simon Heimberg 2017-07-13 00:26:22 +02:00 committed by GitHub
parent acd73e2ba1
commit 02cc6f837f

View file

@ -76,8 +76,8 @@ As mentioned earlier, PHP Censor is powered by plugins, there are several phases
* `failure` - Called upon failure of the `test` phase.
* `fixed` - Called upon success of the `test` phase if the previous build of the branch was a success.
* `fixed` - Called upon success of the `test` phase if the previous build of the branch was a failure.
* `broken` - Called upon failure of the `test` phase if the previous build of the branch was a failure.
* `broken` - Called upon failure of the `test` phase if the previous build of the branch was a success.
The `ignore` section is merely an array of paths that should be ignored in all tests (where possible).