FileFactory code quality fix.

This commit is contained in:
Alexey Skobkin 2016-12-12 21:17:02 +03:00
parent aeaad243bc
commit be074ebad5
1 changed files with 1 additions and 1 deletions

View File

@ -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;