@@ -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(); |