Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libraries/src/Service/Provider/Input.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Joomla! Content Management System
*
* @copyright (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
* @copyright (C) 2023 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Service/Provider/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ function (Container $container) {
*
* @param Registry $config The application configuration.
* @param string $seedDefault The default seed for the secret if there isn't a session name configured
* globally. This is the relevent application's classname
* globally. This is the relevant application's classname
*
* @return string
*
Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Session/Storage/JoomlaStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class JoomlaStorage extends NativeStorage
private $forceSSL = false;

/**
* The path that domain for the session cookie
* The domain to set in the session cookie
*
* @var string
* @since __DEPLOY_VERSION__
Expand Down