From c276f027eb5a60014665f24a36d2149af838b754 Mon Sep 17 00:00:00 2001 From: Kamil Wylegala Date: Mon, 31 Jan 2022 19:11:33 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2ab2d57b9..7ac89c117 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ It means that composer will look at `master` branch of repository configured und ## Changelog +### 2022-01-31 + +- Fixed `Folder->read`, `array_values` is used to remove keys to prevent usign named arguments in `call_user_func_array` + ### 2022-01-16 - Fix Shell `ReflectionMethod::__construct` default null argument in hasMethod