From 2ab21c6f9d87f67e90c8746c0f4d39d10d422f14 Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Fri, 19 Dec 2014 11:15:33 +0800 Subject: [PATCH] Thought I fixed this at home --- DataAccess/Queries/DownloadQueryConstraints.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataAccess/Queries/DownloadQueryConstraints.php b/DataAccess/Queries/DownloadQueryConstraints.php index 5a5f56a..7365157 100644 --- a/DataAccess/Queries/DownloadQueryConstraints.php +++ b/DataAccess/Queries/DownloadQueryConstraints.php @@ -18,7 +18,7 @@ class DownloadQueryConstraints implements IDownloadQueryConstraints $this->applyDateRange(); } - public function inDateRange(DateTime $start, DateTimeInterface $end) + public function inDateRange(DateTime $start, DateTime $end) { $this->_dateRangeStart = $start; $this->_dateRangeEnd = $end; -- 2.11.0