valid init value for config of builder, to not fail pluginExecutor when setupBuild failed
This commit is contained in:
parent
7b6d2d7edb
commit
6a32cfb043
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class Builder implements LoggerAwareInterface
|
|||
/**
|
||||
* @var array
|
||||
*/
|
||||
protected $config;
|
||||
protected $config = [];
|
||||
|
||||
/**
|
||||
* @var string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue