Completed
Pull Request — master (#12)
by Antonio
01:27
created
src/CodiceFiscale/InverseCalculator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      * 
43 43
      * @return \CodiceFiscale\Subject
44 44
      */
45
-    public function getSubject(){
45
+    public function getSubject() {
46 46
         return new Subject(array(
47 47
             "gender" => $this->getGender(),
48 48
             "birthDate" => $this->getBirthDate(),
Please login to merge, or discard this patch.