valid init value for config of builder, to not fail pluginExecutor when setupBuild failed

This commit is contained in:
SimonHeimberg 2017-07-22 19:05:12 +02:00
parent 7b6d2d7edb
commit 6a32cfb043

View file

@ -52,7 +52,7 @@ class Builder implements LoggerAwareInterface
/**
* @var array
*/
protected $config;
protected $config = [];
/**
* @var string