@@ -175,7 +175,7 @@ |
||
| 175 | 175 | * @return void |
| 176 | 176 | */ |
| 177 | 177 | public function init( |
| 178 | - $driver, |
|
| 178 | + $driver, |
|
| 179 | 179 | int $gcExpires = 300, |
| 180 | 180 | int $gcProbability = 1, |
| 181 | 181 | int $gcDivisor = 100, |
@@ -239,7 +239,7 @@ discard block |
||
| 239 | 239 | $masked = implode('.', $tmp); |
| 240 | 240 | |
| 241 | 241 | } else { |
| 242 | - $masked = str_repeat('*', strlen($str) - 6) . substr($str, -6); |
|
| 242 | + $masked = str_repeat('*', strlen($str) - 6) . substr($str, -6); |
|
| 243 | 243 | } |
| 244 | 244 | |
| 245 | 245 | return $masked; |
@@ -795,7 +795,7 @@ discard block |
||
| 795 | 795 | */ |
| 796 | 796 | function create_session_id(): string |
| 797 | 797 | { |
| 798 | - $hash = rand() . 'ej;1zj47vu;3e;31g642941ek62au/41' . time(); |
|
| 798 | + $hash = rand() . 'ej;1zj47vu;3e;31g642941ek62au/41' . time(); |
|
| 799 | 799 | |
| 800 | 800 | return md5($hash); |
| 801 | 801 | } |
| 802 | 802 | \ No newline at end of file |