Passed
Push — master ( 996f7b...019b60 )
by smiley
01:50
created
src/SessionHandlerAbstract.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -158,8 +158,7 @@
 block discarded – undo
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
 		}
Please login to merge, or discard this patch.