@@ -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 | } |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | false, |
| 21 | 21 | true, // php73 |
| 22 | 22 | ) |
| 23 | - ->withPaths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/test']) |
|
| 23 | + ->withPaths([__DIR__.'/config', __DIR__.'/src', __DIR__.'/test']) |
|
| 24 | 24 | ->withRootFiles() |
| 25 | 25 | ->withImportNames() |
| 26 | 26 | ->withSkip([ |