@@ -58,7 +58,7 @@ |
||
| 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) { |
@@ -51,7 +51,7 @@ |
||
| 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 | } |