Completed
Push — master ( 0c4d43...081d57 )
by Nils
08:09
created
src/Extensions/SmokeReporter/Reporter/KoalamonReporter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.