Completed
Push — master ( 71a417...280637 )
by David
13s queued 10s
created
src/Price.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -34,6 +34,9 @@
 block discarded – undo
34 34
         return $this->currency;
35 35
     }
36 36
 
37
+    /**
38
+     * @param string $currency
39
+     */
37 40
     private function parseCurrency($currency): string
38 41
     {
39 42
         if (isset(self::CURRENCY_SYMBOLS[$currency])) {
Please login to merge, or discard this patch.