Passed
Push — v3.0 ( 47422b...7b2fd9 )
by Raza
02:10
created
src/Traits/PayPalAPI/InvoiceSearch/Filters.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
      */
150 150
     public function addInvoiceFilterByCurrencyCode(string $currency = '')
151 151
     {
152
-        $currency = !isset($currency) ?:$this->getCurrency();
152
+        $currency = !isset($currency) ?: $this->getCurrency();
153 153
 
154 154
         $this->invoice_search_filters['currency_code'] = $currency;
155 155
 
Please login to merge, or discard this patch.