Skip to content

Commit

Permalink
[HttpFoundation] Fix URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Arman-Hosseini authored and fabpot committed Jul 23, 2019
1 parent 61217e4 commit c450706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Session/Storage/Handler/MongoDbSessionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* @author Markus Bachmann <[email protected]>
*
* @see https://packagist.org/packages/mongodb/mongodb
* @see http://php.net/manual/en/set.mongodb.php
* @see https://php.net/mongodb
*/
class MongoDbSessionHandler extends AbstractSessionHandler
{
Expand Down
2 changes: 1 addition & 1 deletion Session/Storage/Handler/NativeFileSessionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class NativeFileSessionHandler extends NativeSessionHandler
* Default null will leave setting as defined by PHP.
* '/path', 'N;/path', or 'N;octal-mode;/path
*
* @see http://php.net/session.configuration.php#ini.session.save-path for further details.
* @see https://php.net/manual/session.configuration.php#ini.session.save-path for further details.
*
* @throws \InvalidArgumentException On invalid $savePath
* @throws \RuntimeException When failing to create the save directory
Expand Down

0 comments on commit c450706

Please sign in to comment.