@@ -82,8 +82,7 @@ |
||
82 | 82 | } |
83 | 83 | |
84 | 84 | return $this->options->use_encryption ? $this->decrypt($q[0]->data) : $q[0]->data; |
85 | - } |
|
86 | - catch(\Exception $e){ |
|
85 | + } catch(\Exception $e){ |
|
87 | 86 | throw new SessionHandlerException($e->getMessage()); |
88 | 87 | } |
89 | 88 |
@@ -158,8 +158,7 @@ |
||
158 | 158 | if(in_array($this->options->hash_algo, hash_algos())){ |
159 | 159 | ini_set('session.hash_function', $this->options->hash_algo); |
160 | 160 | } |
161 | - } |
|
162 | - else{ |
|
161 | + } else{ |
|
163 | 162 | ini_set('session.sid_bits_per_character', '6'); |
164 | 163 | ini_set('session.sid_length', '128'); |
165 | 164 | } |