Completed
Push — master ( c556fe...70cab5 )
by Julien
03:22
created
src/Request.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     protected const PAPER_WIDTH = 'paperWidth';
21 21
     protected const PAPER_HEIGHT = 'paperHeight';
22 22
     protected const MARGIN_TOP = 'marginTop';
23
-    protected const MARGIN_BOTTOM  = 'marginBottom';
23
+    protected const MARGIN_BOTTOM = 'marginBottom';
24 24
     protected const MARGIN_LEFT = 'marginLeft';
25 25
     protected const MARGIN_RIGHT = 'marginRight';
26 26
     protected const LANDSCAPE = 'landscape';
Please login to merge, or discard this patch.