Skip to content

Commit 9c06bf6

Browse files
Merge branch '3.4' into 4.3
* 3.4: [ProxyManager] fix generating proxies for root-namespaced classes [DI] skip looking for config class when the extension class is anonymous Fix typo [Dotenv] FIX missing getenv
2 parents 5a40ccd + 5b932ee commit 9c06bf6

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
@@ -403,13 +403,11 @@ public function setOptions(array $options)
403403
* ini_set('session.save_path', '/tmp');
404404
*
405405
* or pass in a \SessionHandler instance which configures session.save_handler in the
406-
* constructor, for a template see NativeFileSessionHandler or use handlers in
407-
* composer package drak/native-session
406+
* constructor, for a template see NativeFileSessionHandler.
408407
*
409408
* @see https://php.net/session-set-save-handler
410409
* @see https://php.net/sessionhandlerinterface
411410
* @see https://php.net/sessionhandler
412-
* @see https://github.com/zikula/NativeSession
413411
*
414412
* @param \SessionHandlerInterface|null $saveHandler
415413
*

0 commit comments

Comments
 (0)