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