diff --git a/src/Query/MatchAllQuery.php b/src/Query/MatchAllQuery.php
index ef8e7efb3566dc6c7d9abb092bff1bff2015f9fc..b8a86da69452dba3b56dfbd5590d8e2a12339b29 100644
--- a/src/Query/MatchAllQuery.php
+++ b/src/Query/MatchAllQuery.php
@@ -46,6 +46,6 @@ class MatchAllQuery implements BuilderInterface
             return $this->getParameters();
         }
 
-        return new \stdClass();
+        return [];
     }
 }