Failed Conditions
Pull Request — master (#62)
by
unknown
02:03
created
src/Bex/Behat/ScreenshotExtension/Service/ScreenshotUploader.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -32,8 +32,8 @@  discard block
 block discarded – undo
32 32
      */
33 33
     public function __construct(OutputInterface $output, Config $config)
34 34
     {
35
-      $this->output = $output;
36
-      $this->config = $config;
35
+        $this->output = $output;
36
+        $this->config = $config;
37 37
     }
38 38
 
39 39
     /**
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
      *   The list of image Urls.
44 44
      */
45 45
     public function getImages() {
46
-      return static::$imageUrls;
46
+        return static::$imageUrls;
47 47
     }
48 48
 
49 49
     /**
Please login to merge, or discard this patch.