Completed
Push — master ( 1f59c8...e3081b )
by Nikola
04:10 queued 14s
created
RunOpenCode/ExchangeRate/Source/NationalBankOfSerbiaDomCrawlerSource.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -143,6 +143,7 @@
 block discarded – undo
143 143
 
144 144
     /**
145 145
      * @param \DateTime $date
146
+     * @param string $rateType
146 147
      * @return RateInterface[]
147 148
      * @throws SourceNotAvailableException
148 149
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
  */
10 10
 namespace RunOpenCode\ExchangeRate\Source;
11 11
 
12
-use GuzzleHttp\Client as GuzzleClient;
13 12
 use GuzzleHttp\Client;
14 13
 use GuzzleHttp\Cookie\CookieJar;
15 14
 use RunOpenCode\ExchangeRate\Contract\RateInterface;
Please login to merge, or discard this patch.