From 7d2d81c3e48f0f01d0393f845b02c1ae5217ef98 Mon Sep 17 00:00:00 2001 From: kenjis Date: Fri, 13 Sep 2024 17:20:29 +0900 Subject: [PATCH 1/2] docs: fix Project Files changes See https://forum.codeigniter.com/showthread.php?tid=91656&pid=421265#pid421265 --- user_guide_src/source/installation/upgrade_455.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From d6850d479dcab33a16af392839db50202eb91a04 Mon Sep 17 00:00:00 2001 From: kenjis Date: Fri, 13 Sep 2024 17:44:54 +0900 Subject: [PATCH 2/2] chore: update psr/log to 3.0.2 --- system/ThirdParty/PSR/Log/LoggerInterface.php | 1 + 1 file changed, 1 insertion(+) 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