diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 3d0b049..164610e 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,7 +5,6 @@
-
@@ -77,8 +76,8 @@
-
-
+
+
@@ -528,7 +527,7 @@
-
+
@@ -565,7 +564,7 @@
-
+
@@ -967,8 +966,8 @@
-
-
+
+
diff --git a/src/Pecee/Http/Input/InputHandler.php b/src/Pecee/Http/Input/InputHandler.php
index 19e2a82..6d38ec3 100644
--- a/src/Pecee/Http/Input/InputHandler.php
+++ b/src/Pecee/Http/Input/InputHandler.php
@@ -290,7 +290,7 @@ class InputHandler
* @param array $filter Only take items in filter
* @return array
*/
- public function all(array $filter): array
+ public function all(array $filter = []): array
{
$output = $_GET;