1
0
mirror of synced 2025-02-02 21:41:45 +03:00

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:
Marco Pivetta 2018-12-13 08:14:30 +01:00 committed by GitHub
commit 237bebe2ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
{ {