From d601e8eca346bdc4abaa7e8efac96bb1a7d45799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sessing=C3=B8?= Date: Sun, 25 Nov 2018 00:44:20 +0100 Subject: [PATCH] Bugfixes and optimisations. - Fix for __invoke methods (issue: #429) - Fixed not being able to parse body of PUT request. - BaseCsrfVerifier expects the field name to be "csrf-token" (issue: #432) - Minor optimisations --- .idea/encodings.xml | 4 + .idea/php.xml | 2 +- .idea/workspace.xml | 367 ++++++++---------- .../Http/Middleware/BaseCsrfVerifier.php | 2 +- src/Pecee/SimpleRouter/Route/Route.php | 2 +- src/Pecee/SimpleRouter/Router.php | 2 +- 6 files changed, 171 insertions(+), 208 deletions(-) create mode 100644 .idea/encodings.xml diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..15a15b2 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml index b285d9d..02facb2 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -35,13 +35,13 @@ - + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b49c99b..c262aba 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,12 +5,12 @@ + + - - - + - +