From 252cc4a75d40b2b03a2e7a470aa53f146bcf6ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sessing=C3=B8?= Date: Thu, 18 Mar 2021 21:23:03 +0100 Subject: [PATCH] Optimized `InputHandler` to better support nested values. --- .idea/workspace.xml | 33 ++++++++++++++++--- src/Pecee/Http/Input/IInputItem.php | 2 +- src/Pecee/Http/Input/InputHandler.php | 18 ++++------ src/Pecee/Http/Input/InputItem.php | 27 ++++++++++++--- tests/Pecee/SimpleRouter/InputHandlerTest.php | 2 ++ 5 files changed, 61 insertions(+), 21 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9ddbbad..8491a4e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,9 +6,10 @@ - - - + + + + @@ -504,6 +508,27 @@ + + + + + +