Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f11a282

Browse files
minor #35036 [HttpFoundation] Remove obsolete reference (fabpot)
This PR was merged into the 3.4 branch. Discussion ---------- [HttpFoundation] Remove obsolete reference | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | n/a <!-- prefix each issue number with "Fix #", if any --> | License | MIT | Doc PR | n/a Commits ------- 5e9fa9d Fix typo
2 parents b38aad5 + 5e9fa9d commit f11a282

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Symfony/Component/HttpFoundation/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)