Test Setup Failed
Branch master (eb1bba)
by kouinkouin
03:46
created
src/FormHandler.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
 
59 59
         foreach ($keysToHash as $key) {
60 60
             if (isset($this->parameters[$key])) {
61
-                 if (! is_array($this->parameters[$key])) {
61
+                    if (! is_array($this->parameters[$key])) {
62 62
                     $base .= $key.'='.$this->parameters[$key].'&';
63 63
                 } else {
64 64
                     foreach ($this->parameters[$key] as $entry) {
Please login to merge, or discard this patch.
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.