From ce63e247b16e1ea513bf898918ebc3268152631d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sessing=C3=B8?= Date: Fri, 30 Mar 2018 05:22:41 +0200 Subject: [PATCH] Bugfixes - Fixed `Url` not outputting correct class when used in json_encode. - Fixed `IInputItem` being too strict about strings which may be nullable. --- .idea/workspace.xml | 891 ++++++++++++---------------- src/Pecee/Http/Input/IInputItem.php | 6 +- src/Pecee/Http/Input/InputFile.php | 8 +- src/Pecee/Http/Input/InputItem.php | 6 +- src/Pecee/Http/Url.php | 16 +- 5 files changed, 418 insertions(+), 509 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f4f4678..7507829 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,8 +2,11 @@ - - + + + + + - EVENT_RENDER_ROUTE function renderRoute ->renderRoute fireEvent @@ -96,7 +122,6 @@ $this->result $this->r getInput - getValue helpers.php input()->get getObject @@ -106,6 +131,8 @@ handleExc function group function parti + __toString + getValue D:\Workspace\simple-php-router\src\Pecee\SimpleRouter\Route @@ -127,7 +154,6 @@ @@ -194,7 +221,7 @@ true DEFINITION_ORDER - + @@ -238,30 +265,19 @@ - - - - - - - - - - - - + - - @@ -280,6 +296,21 @@ + + + + + + + + + + + + + + + @@ -325,19 +356,20 @@