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