Completed
Pull Request — master (#68)
by Abdul Malik
10:58
created
src/Manager/SessionManager.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.