Commit 0cdb7995 authored by beberlei's avatar beberlei

[2.0] Add missing doc-block comments to EntityRepository instance variables.

parent b521b494
...@@ -36,8 +36,19 @@ namespace Doctrine\ORM; ...@@ -36,8 +36,19 @@ namespace Doctrine\ORM;
*/ */
class EntityRepository class EntityRepository
{ {
/**
* @var string
*/
protected $_entityName; protected $_entityName;
/**
* @var EntityManager
*/
protected $_em; protected $_em;
/**
* @var Doctrine\ORM\Mapping\ClassMetadata
*/
protected $_class; protected $_class;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment