Skip to content

Commit 8659fe0

Browse files
author
Anton Shevchuk
committed
Fixed codestyle
1 parent 1a31e48 commit 8659fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Session/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ protected function init(): bool
267267
}
268268

269269
if ('files' === $this->adapter) {
270-
$this->sessionHandler = new \SessionHandler;
270+
$this->sessionHandler = new \SessionHandler();
271271
// try to apply settings
272272
if ($settings = $this->getOption('settings', 'files')) {
273273
$this->setSavePath($settings['save_path']);

0 commit comments

Comments
 (0)