From 02cc6f837fec205e4049690ae9891d94e9a43172 Mon Sep 17 00:00:00 2001 From: Simon Heimberg Date: Thu, 13 Jul 2017 00:26:22 +0200 Subject: [PATCH] fix explication of fixed and broken in doc --- docs/en/configuring_project.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/configuring_project.md b/docs/en/configuring_project.md index 82aff672..708c65a3 100644 --- a/docs/en/configuring_project.md +++ b/docs/en/configuring_project.md @@ -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).