@@ -92,7 +92,8 @@ |
||
92 | 92 | * The Mapping Array |
93 | 93 | */ |
94 | 94 | protected array $mapping |
95 | - ) {} |
|
95 | + ) { |
|
96 | +} |
|
96 | 97 | |
97 | 98 | /** |
98 | 99 | * Add a conversion. |
@@ -9,7 +9,7 @@ |
||
9 | 9 | use Rector\CodeQuality\Rector\ClassMethod\LocallyCalledStaticMethodToNonStaticRector; |
10 | 10 | use Rector\CodeQuality\Rector\Concat\JoinStringConcatRector; |
11 | 11 | |
12 | -return static function (RectorConfig $rectorConfig): void { |
|
12 | +return static function(RectorConfig $rectorConfig): void { |
|
13 | 13 | $rectorConfig->paths([ |
14 | 14 | __DIR__ . '/src', |
15 | 15 | __DIR__ . '/tests/src', |