Merge pull request #7519 from koftikes/fix/#7518-phpdoc-error
#7518 Fixed type mismatch between `EntityRepository#__construct()` and its documented constructor arguments
This commit is contained in:
commit
237bebe2ed
@ -57,9 +57,6 @@ class EntityRepository implements ObjectRepository, Selectable
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Initializes a new <tt>EntityRepository</tt>.
|
* Initializes a new <tt>EntityRepository</tt>.
|
||||||
*
|
|
||||||
* @param EntityManager $em The EntityManager to use.
|
|
||||||
* @param Mapping\ClassMetadata $class The class descriptor.
|
|
||||||
*/
|
*/
|
||||||
public function __construct(EntityManagerInterface $em, Mapping\ClassMetadata $class)
|
public function __construct(EntityManagerInterface $em, Mapping\ClassMetadata $class)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user