@@ -20,7 +20,7 @@ |
||
20 | 20 | * @param int $level |
21 | 21 | * @return string |
22 | 22 | */ |
23 | - public static function convert (\Gedcom\Record\Sour\Data\Even &$even, $level) |
|
23 | + public static function convert(\Gedcom\Record\Sour\Data\Even &$even, $level) |
|
24 | 24 | { |
25 | 25 | $output = $level." EVEN\n"; |
26 | 26 | $level++; |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * @return string |
24 | 24 | */ |
25 | - public static function convert (\Gedcom\Record\Note &$note) |
|
25 | + public static function convert(\Gedcom\Record\Note &$note) |
|
26 | 26 | { |
27 | 27 | $level = 0; |
28 | 28 | $output = ''; |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * @return string |
24 | 24 | */ |
25 | - public static function convert (\Gedcom\Record\Obje &$obje) |
|
25 | + public static function convert(\Gedcom\Record\Obje &$obje) |
|
26 | 26 | { |
27 | 27 | $level = 0; |
28 | 28 | $output = ''; |
@@ -20,7 +20,7 @@ |
||
20 | 20 | * @param int $level |
21 | 21 | * @return string |
22 | 22 | */ |
23 | - public static function convert (\Gedcom\Record\RepoRef &$reporef, $level) |
|
23 | + public static function convert(\Gedcom\Record\RepoRef &$reporef, $level) |
|
24 | 24 | { |
25 | 25 | $output = ''; |
26 | 26 | $_repo = $reporef->getRepo(); |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * @return string |
24 | 24 | */ |
25 | - public static function convert (\Gedcom\Record\Repo &$repo) |
|
25 | + public static function convert(\Gedcom\Record\Repo &$repo) |
|
26 | 26 | { |
27 | 27 | $level = 0; |
28 | 28 | $output = ''; |
@@ -20,7 +20,7 @@ |
||
20 | 20 | * @param int $level |
21 | 21 | * @return string |
22 | 22 | */ |
23 | - public static function convert (\Gedcom\Record\NoteRef &$note, $level) |
|
23 | + public static function convert(\Gedcom\Record\NoteRef &$note, $level) |
|
24 | 24 | { |
25 | 25 | $output = ''; |
26 | 26 |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * @return string |
24 | 24 | */ |
25 | - public static function convert (\Gedcom\Record\Indi\Fams &$fams, $level = 0) |
|
25 | + public static function convert(\Gedcom\Record\Indi\Fams &$fams, $level = 0) |
|
26 | 26 | { |
27 | 27 | $output = ''; |
28 | 28 | // NAME |
@@ -20,7 +20,7 @@ |
||
20 | 20 | * @param int $level |
21 | 21 | * @return string |
22 | 22 | */ |
23 | - public static function convert (\Gedcom\Record\Indi\Attr &$attr, $level = 0) |
|
23 | + public static function convert(\Gedcom\Record\Indi\Attr &$attr, $level = 0) |
|
24 | 24 | { |
25 | 25 | return ''; |
26 | 26 | } |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * @return string |
24 | 24 | */ |
25 | - public static function convert (\Gedcom\Record\Indi\Asso &$asso, $level = 0) |
|
25 | + public static function convert(\Gedcom\Record\Indi\Asso &$asso, $level = 0) |
|
26 | 26 | { |
27 | 27 | $output = ''; |
28 | 28 | // _indi |