Commit 98a77d93 authored by beberlei's avatar beberlei

[2.0] Add missing Docblock comments in AbstractCollectionPersister

parent 005d3b43
...@@ -32,8 +32,21 @@ use Doctrine\ORM\EntityManager, ...@@ -32,8 +32,21 @@ use Doctrine\ORM\EntityManager,
*/ */
abstract class AbstractCollectionPersister abstract class AbstractCollectionPersister
{ {
/**
*
* @var EntityManager
*/
protected $_em; protected $_em;
/**
* @var \Doctrine\DBAL\Connection
*/
protected $_conn; protected $_conn;
/**
*
* @var \Doctrine\ORM\UnitOfWork
*/
protected $_uow; protected $_uow;
/** /**
......
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