Test Setup Failed
Push — master ( abc4fa...12cc08 )
by
unknown
05:58
created
src/Bpost/CreateLabelInBulkForOrders.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     public function getUrl(LabelFormat $format, $withReturnLabels, $forcePrinting = false)
52 52
     {
53 53
         return '/labels/' . $format->getValue()
54
-               . ($withReturnLabels ? '/withReturnLabels' : '')
55
-               . ($forcePrinting ? '?forcePrinting=true' : '');
54
+                . ($withReturnLabels ? '/withReturnLabels' : '')
55
+                . ($forcePrinting ? '?forcePrinting=true' : '');
56 56
     }
57 57
 }
Please login to merge, or discard this patch.