Passed
Push — v3.0 ( 8df734...660784 )
by Raza
03:01
created
src/Traits/PayPalAPI/InvoiceSearch/Filters.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.