@@ -184,7 +184,7 @@ |
||
| 184 | 184 | if (is_array($messages)) { |
| 185 | 185 | array_walk( |
| 186 | 186 | $messages, |
| 187 | - function ($message) { |
|
| 187 | + function($message) { |
|
| 188 | 188 | return $this->indentation . $message; |
| 189 | 189 | } |
| 190 | 190 | ); |
@@ -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 | } |