Completed
Push — master ( 8ad790...335763 )
by Caio
02:46
created
src/Calculators/Calculator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
      * seguinte forma:
9 9
      *  SE RESULTADO = 0  OU RESULTADO > 9 ENTAO DV = 1
10 10
      *
11
-     * @param $numero
11
+     * @param string $numero
12 12
      * @return int
13 13
      */
14 14
     static function calculaModulo11SemDV0($numero)
Please login to merge, or discard this patch.