Small fixes
This commit is contained in:
parent
9b9d1b1122
commit
cb4d7a268e
4 changed files with 17 additions and 17 deletions
|
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue