diff --git a/system/ThirdParty/PSR/Log/LoggerInterface.php b/system/ThirdParty/PSR/Log/LoggerInterface.php index 8afabc90c820..cb4cf648b40f 100644 --- a/system/ThirdParty/PSR/Log/LoggerInterface.php +++ b/system/ThirdParty/PSR/Log/LoggerInterface.php @@ -89,6 +89,7 @@ public function debug(string|\Stringable $message, array $context = []): void; /** * Logs with an arbitrary level. * + * @param mixed $level * @param mixed[] $context * * @throws \Psr\Log\InvalidArgumentException diff --git a/user_guide_src/source/installation/upgrade_455.rst b/user_guide_src/source/installation/upgrade_455.rst index 74d2bfbf7b2d..2f3694e4a2e4 100644 --- a/user_guide_src/source/installation/upgrade_455.rst +++ b/user_guide_src/source/installation/upgrade_455.rst @@ -32,7 +32,7 @@ and it is recommended that you merge the updated versions with your application: Config ------ -- composer.json +- preload.php All Changes =========== @@ -40,4 +40,4 @@ All Changes This is a list of all files in the **project space** that received changes; many will be simple comments or formatting that have no effect on the runtime: -- composer.json +- preload.php