Completed
Push — master ( f49bd8...7f7e0b )
by
unknown
02:39
created
RunOpenCode/ExchangeRate/Source/NationalBankOfSerbiaDomCrawlerSource.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -54,6 +54,9 @@  discard block
 block discarded – undo
54 54
 
55 55
     }
56 56
 
57
+    /**
58
+     * @param string $rateType
59
+     */
57 60
     protected function validateRateType($rateType)
58 61
     {
59 62
         $knownTypes = array(
@@ -71,6 +74,10 @@  discard block
 block discarded – undo
71 74
         return $this;
72 75
     }
73 76
 
77
+    /**
78
+     * @param string $currencyCode
79
+     * @param string $rateType
80
+     */
74 81
     protected function validateCurrencyCode($currencyCode, $rateType)
75 82
     {
76 83
         $supports = array(
Please login to merge, or discard this patch.