DDC-3078 - constructor should never be interfaced
This commit is contained in:
parent
841bdd5ca5
commit
04b52149ab
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user