8000 [HttpFoundation] Fix URLs · symfony/symfony@be53c59 · GitHub
[go: up one dir, main page]

Skip to content

Commit be53c59

Browse files
Arman-Hosseinifabpot
authored andcommitted
[HttpFoundation] Fix URLs
1 parent 376a8f4 commit be53c59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Markus Bachmann <markus.bachmann@bachi.biz>
1818
*
1919
* @see https://packagist.org/packages/mongodb/mongodb
20-
* @see http://php.net/manual/en/set.mongodb.php
20+
* @see https://php.net/mongodb
2121
*/
2222
class MongoDbSessionHandler extends AbstractSessionHandler
2323
{

src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class NativeFileSessionHandler extends NativeSessionHandler
2323
* Default null will leave setting as defined by PHP.
2424
* '/path', 'N;/path', or 'N;octal-mode;/path
2525
*
26-
* @see http://php.net/session.configuration.php#ini.session.save-path for further details.
26+
* @see https://php.net/manual/session.configuration.php#ini.session.save-path for further details.
2727
*
2828
* @throws \InvalidArgumentException On invalid $savePath
2929
* @throws \RuntimeException When failing to create the save directory

0 commit comments

Comments
 (0)
0