From 73b067742b090f83d60d6d4a6eaee1efd7374478 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Sat, 17 Feb 2024 18:47:11 +0100 Subject: [PATCH] allow to mock odm query --- lib/Doctrine/ODM/PHPCR/Query/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ODM/PHPCR/Query/Query.php b/lib/Doctrine/ODM/PHPCR/Query/Query.php index c1a63e75d..09ea27499 100644 --- a/lib/Doctrine/ODM/PHPCR/Query/Query.php +++ b/lib/Doctrine/ODM/PHPCR/Query/Query.php @@ -16,7 +16,7 @@ * * @author Daniel Leech