DDC-3078 - constructor should never be interfaced
This commit is contained in:
parent
841bdd5ca5
commit
04b52149ab
1 changed files with 0 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue