Completed
Pull Request — master (#169)
by Sullivan
01:17
created
src/IsoCodes/Utils.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -24,6 +24,7 @@
 block discarded – undo
24 24
     /**
25 25
      * @param mixed $value: null or string
26 26
      * @param $hyphens
27
+     * @param string $value
27 28
      */
28 29
     public static function luhn($value, int $length, int $weight, int $divider, $hyphens): bool
29 30
     {
Please login to merge, or discard this patch.