@@ -22,6 +22,7 @@ discard block |
||
22 | 22 | * |
23 | 23 | * @param GedcomRecord $grec Gedcom record |
24 | 24 | * @param string $size Prepend size |
25 | + * @return void |
|
25 | 26 | */ |
26 | 27 | public function hRecordNamePrepend(GedcomRecord $grec, $size); |
27 | 28 | |
@@ -30,6 +31,7 @@ discard block |
||
30 | 31 | * |
31 | 32 | * @param GedcomRecord $grec Gedcom record |
32 | 33 | * @param string $size Append size |
34 | + * @return string |
|
33 | 35 | */ |
34 | 36 | public function hRecordNameAppend(GedcomRecord $grec, $size); |
35 | 37 |