@@ -21,7 +21,7 @@ |
||
21 | 21 | * @param int $level |
22 | 22 | * @return string |
23 | 23 | */ |
24 | - public static function convert (\Gedcom\Record\Head\Plac &$plac, $level) |
|
24 | + public static function convert(\Gedcom\Record\Head\Plac &$plac, $level) |
|
25 | 25 | { |
26 | 26 | $output = $level." PLAC \n"; |
27 | 27 |
@@ -21,7 +21,7 @@ |
||
21 | 21 | * @param int $level |
22 | 22 | * @return string |
23 | 23 | */ |
24 | - public static function convert (\Gedcom\Record\Head\Gedc &$gedc, $level) |
|
24 | + public static function convert(\Gedcom\Record\Head\Gedc &$gedc, $level) |
|
25 | 25 | { |
26 | 26 | $output = $level." GEDC \n"; |
27 | 27 |
@@ -20,7 +20,7 @@ |
||
20 | 20 | * @param int $level |
21 | 21 | * @return string |
22 | 22 | */ |
23 | - public static function convert (\Gedcom\Record\SourRef\Even &$even, $level = 0) |
|
23 | + public static function convert(\Gedcom\Record\SourRef\Even &$even, $level = 0) |
|
24 | 24 | { |
25 | 25 | $output = ''; |
26 | 26 |
@@ -20,7 +20,7 @@ |
||
20 | 20 | * @param string $format |
21 | 21 | * @return string |
22 | 22 | */ |
23 | - public static function convert (\Gedcom\Record\Head &$head, $format = self::GEDCOM55) |
|
23 | + public static function convert(\Gedcom\Record\Head &$head, $format = self::GEDCOM55) |
|
24 | 24 | { |
25 | 25 | $level = 0; |
26 | 26 | $output = $level." HEAD\n"; |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * @return string |
24 | 24 | */ |
25 | - public static function convert (\Gedcom\Record\Caln &$caln, $level) |
|
25 | + public static function convert(\Gedcom\Record\Caln &$caln, $level) |
|
26 | 26 | { |
27 | 27 | $output = ''; |
28 | 28 | $_caln = $caln->getCaln(); |
@@ -7,7 +7,7 @@ |
||
7 | 7 | use Rector\Set\ValueObject\SetList; |
8 | 8 | use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; |
9 | 9 | |
10 | -return static function (ContainerConfigurator $containerConfigurator): void { |
|
10 | +return static function(ContainerConfigurator $containerConfigurator): void { |
|
11 | 11 | $containerConfigurator->import(SetList::PHP_80); |
12 | 12 | // get parameters |
13 | 13 | $parameters = $containerConfigurator->parameters(); |