DDC-3336 - adding missing type-hint docblock
This commit is contained in:
parent
2bc8811e62
commit
c689ff081d
@ -6,6 +6,9 @@ use Doctrine\Tests\OrmTestCase;
|
||||
|
||||
abstract class PaginationTestCase extends OrmTestCase
|
||||
{
|
||||
/**
|
||||
* @var \Doctrine\ORM\EntityManagerInterface
|
||||
*/
|
||||
public $entityManager;
|
||||
|
||||
public function setUp()
|
||||
|
Loading…
x
Reference in New Issue
Block a user