Skip to content

Commit

Permalink
Merge pull request #7519 from koftikes/fix/#7518-phpdoc-error
Browse files Browse the repository at this point in the history
#7518 Fixed type mismatch between `EntityRepository#__construct()` and its documented constructor arguments
  • Loading branch information
Ocramius authored Dec 13, 2018
2 parents fc3dca7 + ee64d31 commit 237bebe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Doctrine/ORM/EntityRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 237bebe

Please sign in to comment.