Completed
Push — master ( 54b152...5b3041 )
by Marcel
09:46
created
src/Mpociot/VatCalculator/VatCalculator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
     }
189 189
 
190 190
     /**
191
-     * @param mixed $countryCode
191
+     * @param string $countryCode
192 192
      */
193 193
     public function setCountryCode($countryCode)
194 194
     {
@@ -249,7 +249,7 @@  discard block
 block discarded – undo
249 249
     }
250 250
 
251 251
     /**
252
-     * @param $vatNumber
252
+     * @param string $vatNumber
253 253
      *
254 254
      * @throws VATCheckUnavailableException
255 255
      *
Please login to merge, or discard this patch.