Failed Conditions
Pull Request — master (#12)
by Tibor
03:44
created
src/Bex/Behat/ScreenshotExtension/ServiceContainer/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
      */
138 138
     public static function getScreenshotTakingModeValidator()
139 139
     {
140
-        return function ($mode) {
140
+        return function($mode) {
141 141
             return ($mode !== 'failed_steps') && !class_exists('\Imagick');
142 142
         };
143 143
     }
Please login to merge, or discard this patch.