@@ -22,7 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * @return string |
24 | 24 | */ |
25 | - public static function convert (\Gedcom\Record\Fam\Even\Husb &$husb, $level = 0) |
|
25 | + public static function convert(\Gedcom\Record\Fam\Even\Husb &$husb, $level = 0) |
|
26 | 26 | { |
27 | 27 | $output = ''; |
28 | 28 |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * @return string |
24 | 24 | */ |
25 | - public static function convert (\Gedcom\Record\Fam\Even\Wife &$wife, $level = 0) |
|
25 | + public static function convert(\Gedcom\Record\Fam\Even\Wife &$wife, $level = 0) |
|
26 | 26 | { |
27 | 27 | $output = ''; |
28 | 28 |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * @return string |
24 | 24 | */ |
25 | - public static function convert (\Gedcom\Record\Subm &$subm) |
|
25 | + public static function convert(\Gedcom\Record\Subm &$subm) |
|
26 | 26 | { |
27 | 27 | $level = 0; |
28 | 28 | $output = ''; |
@@ -20,7 +20,7 @@ |
||
20 | 20 | * @param string $format |
21 | 21 | * @return string |
22 | 22 | */ |
23 | - public static function convert (\Gedcom\Record\Indi &$indi) |
|
23 | + public static function convert(\Gedcom\Record\Indi &$indi) |
|
24 | 24 | { |
25 | 25 | $level = 0; |
26 | 26 |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * @return string |
24 | 24 | */ |
25 | - public static function convert (\Gedcom\Record\Refn &$refn, $level) |
|
25 | + public static function convert(\Gedcom\Record\Refn &$refn, $level) |
|
26 | 26 | { |
27 | 27 | $output = ''; |
28 | 28 | $_refn = $refn->getRefn(); |
@@ -20,7 +20,7 @@ |
||
20 | 20 | * @param int $level |
21 | 21 | * @return string |
22 | 22 | */ |
23 | - public static function convert (\Gedcom\Record\Sour\Data &$data, $level = 0) |
|
23 | + public static function convert(\Gedcom\Record\Sour\Data &$data, $level = 0) |
|
24 | 24 | { |
25 | 25 | $output = $level." DATA\n"; |
26 | 26 | $level++; |
@@ -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 = ''; |