@@ -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 | } |
@@ -13,7 +13,7 @@ |
||
| 13 | 13 | codingStyle: true |
| 14 | 14 | ) |
| 15 | 15 | ->withPhpSets(php73: true) |
| 16 | - ->withPaths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/test']) |
|
| 16 | + ->withPaths([__DIR__.'/config', __DIR__.'/src', __DIR__.'/test']) |
|
| 17 | 17 | ->withRootFiles() |
| 18 | 18 | ->withImportNames() |
| 19 | 19 | ->withSkip([ |