Small fixes

This commit is contained in:
Dmitry Khomutov 2017-04-03 20:44:35 +07:00
commit cb4d7a268e
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
4 changed files with 17 additions and 17 deletions

View file

@ -15,8 +15,6 @@ use Psr\Log\LogLevel;
use PHPCensor\Plugin\Util\Factory as PluginFactory;
/**
* PHPCI Build Runner
*
* @author Dan Cryer <dan@block8.co.uk>
*/
class Builder implements LoggerAwareInterface
@ -119,7 +117,7 @@ class Builder implements LoggerAwareInterface
$this->verbose
);
$this->interpolator = new BuildInterpolator();
$this->interpolator = new BuildInterpolator();
$this->buildErrorWriter = new BuildErrorWriter($this->build->getId());
}