Skip to content

Commit fcae1cf

Browse files
Merge branch '4.3' into 4.4
* 4.3: [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 [HttpClient][Psr18Client] Remove Psr18ExceptionTrait
2 parents 760e8fb + 9c06bf6 commit fcae1cf

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
@@ -401,13 +401,11 @@ public function setOptions(array $options)
401401
* ini_set('session.save_path', '/tmp');
402402
*
403403
* or pass in a \SessionHandler instance which configures session.save_handler in the
404-
* constructor, for a template see NativeFileSessionHandler or use handlers in
405-
* composer package drak/native-session
404+
* constructor, for a template see NativeFileSessionHandler.
406405
*
407406
* @see https://php.net/session-set-save-handler
408407
* @see https://php.net/sessionhandlerinterface
409408
* @see https://php.net/sessionhandler
410-
* @see https://github.com/zikula/NativeSession
411409
*
412410
* @param AbstractProxy|\SessionHandlerInterface|null $saveHandler
413411
*

0 commit comments

Comments
 (0)