Completed
Push — master ( 0bac99...4f0339 )
by BENOIT
15:30
created
tests/Provider/DoctrineORMProviderTest.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -48,8 +48,8 @@  discard block
 block discarded – undo
48 48
     }
49 49
 
50 50
     /**
51
-     * @param null                    $sourceCurrencyCode
52
-     * @param null                    $targetCurrencyCode
51
+     * @param string                    $sourceCurrencyCode
52
+     * @param string                    $targetCurrencyCode
53 53
      * @param float|null              $ratio
54 54
      * @param \DateTimeInterface|null $day
55 55
      * @return ExchangeRateInterface
@@ -64,8 +64,8 @@  discard block
 block discarded – undo
64 64
 
65 65
                 /**
66 66
                  *  constructor.
67
-                 * @param CurrencyInterface       $sourceCurrency
68
-                 * @param CurrencyInterface       $targetCurrency
67
+                 * @param CurrencyInterface       $sourceCurrencyCode
68
+                 * @param CurrencyInterface       $targetCurrencyCode
69 69
                  * @param float                   $ratio
70 70
                  * @param \DateTimeInterface|null $day
71 71
                  */
Please login to merge, or discard this patch.