Completed
Pull Request — master (#7)
by Julien
03:18
created
src/ChromeRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
     private const PAPER_WIDTH = 'paperWidth';
9 9
     private const PAPER_HEIGHT = 'paperHeight';
10 10
     private const MARGIN_TOP = 'marginTop';
11
-    private const MARGIN_BOTTOM  = 'marginBottom';
11
+    private const MARGIN_BOTTOM = 'marginBottom';
12 12
     private const MARGIN_LEFT = 'marginLeft';
13 13
     private const MARGIN_RIGHT = 'marginRight';
14 14
     private const LANDSCAPE = 'landscape';
Please login to merge, or discard this patch.