Failed Conditions
Pull Request — master (#12)
by Tibor
03:44
created
src/Bex/Behat/ScreenshotExtension/Output/IndentedOutput.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 block discarded – undo
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
             );
Please login to merge, or discard this patch.
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.