Passed
Push — master ( 936372...2babff )
by Abdul Malik
02:00
created
rector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     ->withSets([
20 20
         PHPUnitSetList::PHPUNIT_100
21 21
     ])
22
-    ->withPaths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/test'])
22
+    ->withPaths([__DIR__.'/config', __DIR__.'/src', __DIR__.'/test'])
23 23
     ->withRootFiles()
24 24
     ->withImportNames(removeUnusedImports: true)
25 25
     ->withSkip([
Please login to merge, or discard this patch.
src/Manager/SessionManager.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.