From 1bfa68d94f9d335c35065e64080a8d8593076d56 Mon Sep 17 00:00:00 2001 From: Asmir Mustafic Date: Sat, 17 Jan 2015 10:15:07 +0100 Subject: [PATCH] Removed dependency with Region interface --- lib/Doctrine/ORM/Cache/MultiGetRegion.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Cache/MultiGetRegion.php b/lib/Doctrine/ORM/Cache/MultiGetRegion.php index ca63837c6..bbec206aa 100644 --- a/lib/Doctrine/ORM/Cache/MultiGetRegion.php +++ b/lib/Doctrine/ORM/Cache/MultiGetRegion.php @@ -30,7 +30,7 @@ use Doctrine\ORM\Cache\CacheKey; * @since 2.5 * @author Asmir Mustafic */ -interface MultiGetRegion extends Region +interface MultiGetRegion { /** * Get all items from the cache indentifed by $keys.