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
1 changed files with 0 additions and 3 deletions
|
@ -57,9 +57,6 @@ class EntityRepository implements ObjectRepository, Selectable
|
|||
|
||||
/**
|
||||
* 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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue