From 04b52149ab79b862327e434e0fdfd024025e923b Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Thu, 10 Apr 2014 02:50:08 +0200 Subject: [PATCH] DDC-3078 - constructor should never be interfaced --- lib/Doctrine/ORM/Cache.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/Doctrine/ORM/Cache.php b/lib/Doctrine/ORM/Cache.php index fec65f1f3..3da7c05ef 100644 --- a/lib/Doctrine/ORM/Cache.php +++ b/lib/Doctrine/ORM/Cache.php @@ -54,13 +54,6 @@ interface Cache */ const MODE_REFRESH = 4; - /** - * Construct - * - * @param \Doctrine\ORM\EntityManagerInterface $em - */ - public function __construct(EntityManagerInterface $em); - /** * @param string $className The entity class. *