@@ -135,7 +135,7 @@ |
||
135 | 135 | public function clearSession($byContainer = null) |
136 | 136 | { |
137 | 137 | (new Container())->getManager() |
138 | - ->getStorage() |
|
139 | - ->clear($byContainer); |
|
138 | + ->getStorage() |
|
139 | + ->clear($byContainer); |
|
140 | 140 | } |
141 | 141 | } |
@@ -116,7 +116,7 @@ |
||
116 | 116 | */ |
117 | 117 | private function setUnset(Container $container, $keysession, $value = null, $set = false) |
118 | 118 | { |
119 | - if (! $container->offsetExists($keysession)) { |
|
119 | + if (!$container->offsetExists($keysession)) { |
|
120 | 120 | return false; |
121 | 121 | } |
122 | 122 |