Doc fix + additional debug info

This commit is contained in:
Dmitry Khomutov 2017-03-10 21:10:04 +07:00
parent ebb73fcc1b
commit 9fbf79db9e
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
2 changed files with 4 additions and 3 deletions

View file

@ -51,9 +51,9 @@ complete:
branch-dev: # Branch-specific config (for "dev" branch)
run-option: replace # "run-option" parameter can be set to 'replace', 'after' or 'before'
test:
grunt:
task: "build-dev"
test:
grunt:
task: "build-dev"
```
As mentioned earlier, PHP Censor is powered by plugins, there are several phases in which plugins can be run:

View file

@ -135,6 +135,7 @@ class Builder implements LoggerAwareInterface
throw new \Exception('This project does not contain a .php-censor.yml (.phpci.yml|phpci.yml) file, or it is empty.');
}
$this->logDebug('Config: ' . json_encode($config));
$this->config = $config;
}