Passed
Push — master ( 59847d...680f54 )
by Abdul Malik
49s queued 11s
created
src/Manager/SessionManager.php 2 patches
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.
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -102,6 +102,7 @@
 block discarded – undo
102 102
 
103 103
     /**
104 104
      * Set/Unset session data.
105
+     * @param null|string $value
105 106
      */
106 107
     private function setUnset(Container $container, string $keysession, ?string $value, bool $set = false) : bool
107 108
     {
Please login to merge, or discard this patch.