diff --git a/libraries/src/Service/Provider/Input.php b/libraries/src/Service/Provider/Input.php index a1cfd658cb7b0..596a6e1bc56e3 100644 --- a/libraries/src/Service/Provider/Input.php +++ b/libraries/src/Service/Provider/Input.php @@ -3,7 +3,7 @@ /** * Joomla! Content Management System * - * @copyright (C) 2021 Open Source Matters, Inc. + * @copyright (C) 2023 Open Source Matters, Inc. * @license GNU General Public License version 2 or later; see LICENSE */ diff --git a/libraries/src/Service/Provider/Session.php b/libraries/src/Service/Provider/Session.php index 176f24ca807e5..7b480c72f4e75 100644 --- a/libraries/src/Service/Provider/Session.php +++ b/libraries/src/Service/Provider/Session.php @@ -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 * diff --git a/libraries/src/Session/Storage/JoomlaStorage.php b/libraries/src/Session/Storage/JoomlaStorage.php index d6f835f33ddb9..5b413efe42f50 100644 --- a/libraries/src/Session/Storage/JoomlaStorage.php +++ b/libraries/src/Session/Storage/JoomlaStorage.php @@ -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__