Skip to content

Commit

Permalink
Merge pull request #7484 from TomasVotruba/docs
Browse files Browse the repository at this point in the history
remove unneded docs
  • Loading branch information
Ocramius committed Nov 21, 2018
2 parents 929bcaf + f4cd3df commit 62de42c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -118,7 +118,7 @@ class BasicEntityPersister implements EntityPersister
/**
* The underlying DBAL Connection of the used EntityManager.
*
* @var Connection $conn
* @var Connection
*/
protected $conn;

Expand Down
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/QueryBuilder.php
Expand Up @@ -1326,7 +1326,7 @@ public function addCriteria(Criteria $criteria)
/**
* Gets a query part by its name.
*
* @return mixed $queryPart
* @return mixed
*
* @todo Rename: getQueryPart (or remove?)
*/
Expand Down

0 comments on commit 62de42c

Please sign in to comment.