@@ -146,7 +146,7 @@ discard block |
||
| 146 | 146 | { |
| 147 | 147 | $this->data['court_all'] = null; |
| 148 | 148 | if ($this->data['file_number'] && $this->data['court']) { |
| 149 | - $this->data['court_all'] = $this->data['file_number'] . ', ' . $this->data['court']; |
|
| 149 | + $this->data['court_all'] = $this->data['file_number'].', '.$this->data['court']; |
|
| 150 | 150 | } |
| 151 | 151 | } |
| 152 | 152 | |
@@ -186,7 +186,7 @@ discard block |
||
| 186 | 186 | */ |
| 187 | 187 | public function setHouseNumber(string $cd, string $co, string $ca) |
| 188 | 188 | { |
| 189 | - $houseNumber = self::toNull(trim($cd . '/' . $co, '/')); |
|
| 189 | + $houseNumber = self::toNull(trim($cd.'/'.$co, '/')); |
|
| 190 | 190 | if ($houseNumber === null) { |
| 191 | 191 | $houseNumber = self::toNull($ca); |
| 192 | 192 | } |