Completed
Branch feature/multi-screenshot (3b2450)
by Geza
12:02
created
src/Bex/Behat/ScreenshotExtension/Service/ScreenshotTaker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
         /* Output the image */
64 64
         $combined->setImageFormat("png");
65 65
 
66
-        return (string)$combined;
66
+        return (string) $combined;
67 67
     }
68 68
 
69 69
     /**
Please login to merge, or discard this patch.