1
0
mirror of synced 2025-02-02 13:31:45 +03:00

sync type of property em with constructor value

This commit is contained in:
Konstantin Kuklin 2017-10-04 03:43:20 +03:00
parent 2ade863bca
commit 2d88e45240

View File

@ -36,7 +36,7 @@ use Doctrine\ORM\Utility\IdentifierFlattener;
class DefaultEntityHydrator implements EntityHydrator
{
/**
* @var \Doctrine\ORM\EntityManager
* @var \Doctrine\ORM\EntityManagerInterface
*/
private $em;