@@ -126,7 +126,7 @@ |
||
126 | 126 | public function clearSession(string $byContainer = null): void |
127 | 127 | { |
128 | 128 | (new Container())->getManager() |
129 | - ->getStorage() |
|
130 | - ->clear($byContainer); |
|
129 | + ->getStorage() |
|
130 | + ->clear($byContainer); |
|
131 | 131 | } |
132 | 132 | } |
@@ -5,7 +5,7 @@ discard block |
||
5 | 5 | use Rector\Set\ValueObject\SetList; |
6 | 6 | use Rector\Set\ValueObject\LevelSetList; |
7 | 7 | |
8 | -return static function (RectorConfig $rectorConfig): void { |
|
8 | +return static function(RectorConfig $rectorConfig): void { |
|
9 | 9 | $rectorConfig->sets([ |
10 | 10 | SetList::CODE_QUALITY, |
11 | 11 | SetList::NAMING, |
@@ -14,7 +14,7 @@ discard block |
||
14 | 14 | SetList::CODING_STYLE |
15 | 15 | ]); |
16 | 16 | |
17 | - $rectorConfig->paths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/test', __DIR__ . '/rector.php']); |
|
17 | + $rectorConfig->paths([__DIR__.'/config', __DIR__.'/src', __DIR__.'/test', __DIR__.'/rector.php']); |
|
18 | 18 | $rectorConfig->importNames(); |
19 | 19 | |
20 | 20 | $rectorConfig->skip([ |