TagFactory code quality fix.
This commit is contained in:
parent
860ea95538
commit
d8e6a2bbe0
|
@ -30,7 +30,7 @@ class TagFactory
|
|||
/**
|
||||
* @param EntityManager $em
|
||||
*/
|
||||
public function __construct(LoggerInterface $log, EntityManagerInterface $em)
|
||||
public function __construct(LoggerInterface $log, EntityManager $em)
|
||||
{
|
||||
$this->log = $log;
|
||||
$this->em = $em;
|
||||
|
|
Loading…
Reference in a new issue