Passed
Push — master ( 9b0de9...074476 )
by Robert
08:16
created
src/Url.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     {
39 39
         parent::load($container, $config);
40 40
 
41
-        $this->screenshotUrl  = $config[self::CONFIG_PARAM_SCREENSHOT_URL];
41
+        $this->screenshotUrl = $config[self::CONFIG_PARAM_SCREENSHOT_URL];
42 42
         $this->screenshotDirectory = $config[self::CONFIG_PARAM_SCREENSHOT_DIRECTORY];
43 43
     }
44 44
 
Please login to merge, or discard this patch.