@@ -137,7 +137,7 @@ |
||
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 | } |