CommentFactory code quality fix.
This commit is contained in:
parent
12d33c9400
commit
aeaad243bc
|
@ -35,10 +35,10 @@ class CommentFactory
|
|||
private $userFactory;
|
||||
|
||||
/**
|
||||
* @param EntityManagerInterface $em
|
||||
* @param EntityManager $em
|
||||
* @param UserFactory $userFactory
|
||||
*/
|
||||
public function __construct(EntityManagerInterface $em, UserFactory $userFactory)
|
||||
public function __construct(EntityManager $em, UserFactory $userFactory)
|
||||
{
|
||||
$this->em = $em;
|
||||
$this->userFactory = $userFactory;
|
||||
|
|
Loading…
Reference in a new issue