@@ -104,7 +104,7 @@ |
||
104 | 104 | 'ico' => $inn, |
105 | 105 | 'aktivni' => 'false', |
106 | 106 | ]; |
107 | - return self::URL . '?' . http_build_query($parameters); |
|
107 | + return self::URL.'?'.http_build_query($parameters); |
|
108 | 108 | } |
109 | 109 | |
110 | 110 |
@@ -116,7 +116,7 @@ discard block |
||
116 | 116 | { |
117 | 117 | $this->data['court_all'] = null; |
118 | 118 | if ($this->data['file_number'] && $this->data['court']) { |
119 | - $this->data['court_all'] = $this->data['file_number'] . ', ' . $this->data['court']; |
|
119 | + $this->data['court_all'] = $this->data['file_number'].', '.$this->data['court']; |
|
120 | 120 | } |
121 | 121 | } |
122 | 122 | |
@@ -144,7 +144,7 @@ discard block |
||
144 | 144 | |
145 | 145 | public function setHouseNumber(string $cd, string $co, string $ca) |
146 | 146 | { |
147 | - $houseNumber = self::toNull(trim($cd . '/' . $co, '/')); |
|
147 | + $houseNumber = self::toNull(trim($cd.'/'.$co, '/')); |
|
148 | 148 | if ($houseNumber === NULL) { |
149 | 149 | $houseNumber = self::toNull($ca); |
150 | 150 | } |