@@ -176,7 +176,7 @@ discard block |
||
176 | 176 | } |
177 | 177 | |
178 | 178 | if (!in_array($date_type, $this->invoices_date_types)) { |
179 | - throw new \Exception("date type should be always one of these: " . implode(',', $this->invoices_date_types)); |
|
179 | + throw new \Exception("date type should be always one of these: ".implode(',', $this->invoices_date_types)); |
|
180 | 180 | } |
181 | 181 | |
182 | 182 | $this->invoice_search_filters["{$date_type}_range"] = [ |
@@ -192,7 +192,7 @@ discard block |
||
192 | 192 | * |
193 | 193 | * @return \Srmklive\PayPal\Services\PayPal |
194 | 194 | */ |
195 | - public function addInvoiceFilterByArchivedStatus(bool $archived=null) |
|
195 | + public function addInvoiceFilterByArchivedStatus(bool $archived = null) |
|
196 | 196 | { |
197 | 197 | $this->invoice_search_filters['archived'] = $archived; |
198 | 198 |