Doc fix + additional debug info

This commit is contained in:
Dmitry Khomutov 2017-03-10 21:10:04 +07:00
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

@ -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;
}