@@ -62,10 +62,10 @@ |
||
| 62 | 62 | */ |
| 63 | 63 | class LocalStorage extends AbstractStorage |
| 64 | 64 | { |
| 65 | - /** |
|
| 66 | - * The directory to use to save files |
|
| 67 | - * @var DirectoryInterface |
|
| 68 | - */ |
|
| 65 | + /** |
|
| 66 | + * The directory to use to save files |
|
| 67 | + * @var DirectoryInterface |
|
| 68 | + */ |
|
| 69 | 69 | protected DirectoryInterface $directory; |
| 70 | 70 | |
| 71 | 71 | /** |
@@ -233,8 +233,8 @@ |
||
| 233 | 233 | session_name($sessionName); |
| 234 | 234 | } |
| 235 | 235 | |
| 236 | - $ttl = (int)$this->config->get('ttl'); |
|
| 237 | - $lifetime = (int)$this->config->get('cookie.lifetime'); |
|
| 236 | + $ttl = (int) $this->config->get('ttl'); |
|
| 237 | + $lifetime = (int) $this->config->get('cookie.lifetime'); |
|
| 238 | 238 | $path = $this->config->get('cookie.path'); |
| 239 | 239 | $domain = $this->config->get('cookie.domain'); |
| 240 | 240 | $secure = $this->config->get('cookie.secure'); |