1
0
mirror of synced 2025-01-31 12:32:59 +03:00

DDC-3336 - adding missing type-hint docblock

This commit is contained in:
Marco Pivetta 2014-12-05 14:55:56 +01:00
parent 2bc8811e62
commit c689ff081d

View File

@ -6,6 +6,9 @@ use Doctrine\Tests\OrmTestCase;
abstract class PaginationTestCase extends OrmTestCase
{
/**
* @var \Doctrine\ORM\EntityManagerInterface
*/
public $entityManager;
public function setUp()