@@ -22,7 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * @return string |
24 | 24 | */ |
25 | - public static function convert (\Gedcom\Record\Indi\Name &$name, $level = 0) |
|
25 | + public static function convert(\Gedcom\Record\Indi\Name &$name, $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\Even &$even, $level = 0) |
|
23 | + public static function convert(\Gedcom\Record\Indi\Even &$even, $level = 0) |
|
24 | 24 | { |
25 | 25 | $output = ''; |
26 | 26 |
@@ -20,7 +20,7 @@ |
||
20 | 20 | * @param int $level |
21 | 21 | * @return string |
22 | 22 | */ |
23 | - public static function convert (\Gedcom\Record\Indi\Even\Plac &$plac, $level = 0) |
|
23 | + public static function convert(\Gedcom\Record\Indi\Even\Plac &$plac, $level = 0) |
|
24 | 24 | { |
25 | 25 | $output = ''; |
26 | 26 |
@@ -20,7 +20,7 @@ |
||
20 | 20 | * @param int $level |
21 | 21 | * @return string |
22 | 22 | */ |
23 | - public static function convert (\Gedcom\Record\SourRef &$sour, $level) |
|
23 | + public static function convert(\Gedcom\Record\SourRef &$sour, $level) |
|
24 | 24 | { |
25 | 25 | $output = ''; |
26 | 26 | $_sour = $sour->getSour(); |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * @return string |
24 | 24 | */ |
25 | - public static function convert (\Gedcom\Record\ObjeRef &$obje, $level) |
|
25 | + public static function convert(\Gedcom\Record\ObjeRef &$obje, $level) |
|
26 | 26 | { |
27 | 27 | $output = ''; |
28 | 28 |
@@ -21,7 +21,7 @@ |
||
21 | 21 | * @param int $level |
22 | 22 | * @return string |
23 | 23 | */ |
24 | - public static function convert (\Gedcom\Record\Head\Sour &$sour, $level) |
|
24 | + public static function convert(\Gedcom\Record\Head\Sour &$sour, $level) |
|
25 | 25 | { |
26 | 26 | $output = ''; |
27 | 27 | $_sour = $sour->getSour(); |
@@ -21,7 +21,7 @@ |
||
21 | 21 | * @param int $level |
22 | 22 | * @return string |
23 | 23 | */ |
24 | - public static function convert (\Gedcom\Record\Head\Char &$char, $level) |
|
24 | + public static function convert(\Gedcom\Record\Head\Char &$char, $level) |
|
25 | 25 | { |
26 | 26 | $output = ''; |
27 | 27 | // char |
@@ -21,7 +21,7 @@ |
||
21 | 21 | * @param int $level |
22 | 22 | * @return string |
23 | 23 | */ |
24 | - public static function convert (\Gedcom\Record\Head\Date &$date, $level) |
|
24 | + public static function convert(\Gedcom\Record\Head\Date &$date, $level) |
|
25 | 25 | { |
26 | 26 | $output = ''; |
27 | 27 | $_date = $date->getDate(); |
@@ -21,7 +21,7 @@ |
||
21 | 21 | * @param int $level |
22 | 22 | * @return string |
23 | 23 | */ |
24 | - public static function convert (\Gedcom\Record\Head\Sour\Data &$data, $level) |
|
24 | + public static function convert(\Gedcom\Record\Head\Sour\Data &$data, $level) |
|
25 | 25 | { |
26 | 26 | $output = ''; |
27 | 27 | $_data = $data->getData(); |