Completed
Pull Request — master (#21)
by Antonio Oertel
02:53 queued 22s
created
src/Cns.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -34,6 +34,9 @@
 block discarded – undo
34 34
         parent::__construct($number, self::LENGTH, self::DIGIT_COUNT, self::LABEL);
35 35
     }
36 36
 
37
+    /**
38
+     * @param string $number
39
+     */
37 40
     public function defineCalculator($number)
38 41
     {
39 42
         $this->calculator = new CnsCalculator();
Please login to merge, or discard this patch.