Skip to content

Commit 5b932ee

Browse files
committed
Fix typo
1 parent 7d2f82a commit 5b932ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Session/Storage/NativeSessionStorage.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,13 +375,11 @@ public function setOptions(array $options)
375375
* ini_set('session.save_path', '/tmp');
376376
*
377377
* or pass in a \SessionHandler instance which configures session.save_handler in the
378-
* constructor, for a template see NativeFileSessionHandler or use handlers in
379-
* composer package drak/native-session
378+
* constructor, for a template see NativeFileSessionHandler.
380379
*
381380
* @see https://php.net/session-set-save-handler
382381
* @see https://php.net/sessionhandlerinterface
383382
* @see https://php.net/sessionhandler
384-
* @see https://github.com/zikula/NativeSession
385383
*
386384
* @param \SessionHandlerInterface|null $saveHandler
387385
*

0 commit comments

Comments
 (0)