Skip to content

Commit bdc8378

Browse files
author
Drak
committed
formatting
1 parent e9ee243 commit bdc8378

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/http_foundation/session_configuration.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,9 @@ You can configure these by injecting a configured storage engine into the sessio
248248
use Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface;
249249
use Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler;
250250

251-
$storage = new NativeSessionStorage(array(), new PdoSessionHandler(), SessionStorageInterface::NO_START_ON_DEMAND_STRICT);
251+
$storage = new NativeSessionStorage(array(),
252+
new PdoSessionHandler(),
253+
SessionStorageInterface::NO_START_ON_DEMAND_STRICT);
252254
$session = new Session($storage);
253255

254256

0 commit comments

Comments
 (0)