1
0
mirror of synced 2024-12-04 18:56:06 +03:00

DDC-3078 - constructor should never be interfaced

This commit is contained in:
Marco Pivetta 2014-04-10 02:50:08 +02:00 committed by fabios
parent 841bdd5ca5
commit 04b52149ab

View File

@ -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.
*