TagFactory code quality fix.

This commit is contained in:
Alexey Skobkin 2016-12-12 21:24:23 +03:00
parent 860ea95538
commit d8e6a2bbe0

View file

@ -30,7 +30,7 @@ class TagFactory
/** /**
* @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;