@@ -4,7 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use Rector\Config\RectorConfig; |
6 | 6 | |
7 | -return static function (RectorConfig $rectorConfig): void { |
|
7 | +return static function(RectorConfig $rectorConfig): void { |
|
8 | 8 | $rectorConfig->paths([ |
9 | 9 | __DIR__ . '/src', |
10 | 10 | __DIR__ . '/tests', |
@@ -15,7 +15,7 @@ |
||
15 | 15 | private string $key; |
16 | 16 | private string $secret; |
17 | 17 | |
18 | - public function __construct(Client $client,string $key, string $secret) |
|
18 | + public function __construct(Client $client, string $key, string $secret) |
|
19 | 19 | { |
20 | 20 | $this->client = $client; |
21 | 21 | $this->key = $key; |