|
@@ -39,7 +39,7 @@ |
|
|
block discarded – undo |
|
39
|
39
|
const STATUS_SUCCESS = 'success'; |
|
40
|
40
|
const STATUS_FAILURE = 'failure'; |
|
41
|
41
|
|
|
42
|
|
- public function init($apiKey, Configuration $_configuration, OutputInterface $_output, $system = '', $identifier = '', $collect = true) |
|
|
42
|
+ public function init($apiKey, Configuration $_configuration, OutputInterface $_output, $system = '', $identifier = '', $collect = true) |
|
43
|
43
|
{ |
|
44
|
44
|
$httpClient = new \GuzzleHttp\Client(); |
|
45
|
45
|
$this->reporter = new KoalaReporter('', $apiKey, $httpClient); |
Please login to merge, or discard this patch.