From 0ec7c0d96025ab15b8ddcc9367f5f14434a9bdfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sessing=C3=B8?= Date: Wed, 24 Mar 2021 23:18:17 +0100 Subject: [PATCH] Optimisations - Added phpunit cache to .gitignore - Updated README with latest helper.php example. - Minor phpDocs changes. --- .gitignore | 3 ++- README.md | 4 +--- helpers.php | 2 +- src/Pecee/Http/Input/InputHandler.php | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 6e51a97..d85ecfa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ composer.lock vendor/ -.idea/ \ No newline at end of file +.idea/ +.phpunit.result.cache \ No newline at end of file diff --git a/README.md b/README.md index 701c012..a0e0918 100644 --- a/README.md +++ b/README.md @@ -300,8 +300,6 @@ We recommend that you add these helper functions to your project. These will all To implement the functions below, simply copy the code to a new file and require the file before initializing the router or copy the `helpers.php` we've included in this library. ```php -